How to Get Calling Page Name from Library Class

  • Thread starter Thread starter JezB
  • Start date Start date
J

JezB

Within some library class, is there a way I can I determine which webpage
called it, without having to pass in the calling Page object ? I only need
the page name rather than the Page object.

Thanks.
 
do you need .aspx name..
you can get the page from URL accessing Request.URL and parse out the page
name.

Av.
 
Back
Top