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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top