Hi

Is it possible to change the shape of an ASPx page! I can do with a win forms application with the following code

Code:
Dim Path As New GraphicsPath

Path.AddEllipse(0, 0, Me.Width, Me.height)
Me.region = New Region(Path)
But what is the ASPx equiverlant? (if there is indeed one)

Cheers All

Danny