A
aLEXb
I have an ASP.NET applicaiton with a user control and I
need to determine the name of the page it resides on at
runtime. Me.Page returns the page, but how do I get just
the name? CSTR(Me.Page) causes a compile error and there
is no .ToString() on the page class.
Anyone?
need to determine the name of the page it resides on at
runtime. Me.Page returns the page, but how do I get just
the name? CSTR(Me.Page) causes a compile error and there
is no .ToString() on the page class.
Anyone?