Hi
Is it possible to change the shape of an ASPx page! I can do with a win forms application with the following code
But what is the ASPx equiverlant? (if there is indeed one)Code:Dim Path As New GraphicsPath
Path.AddEllipse(0, 0, Me.Width, Me.height)
Me.region = New Region(Path)
Cheers All
Danny
