URL

  • Thread starter Thread starter SS
  • Start date Start date
S

SS

I have navigated to page b from page a, now how do I get
page a's URL in b, b may be invoked from many
places.....Help
 
Hi,

try the UrlReferer property which is part of the HttpRequest (you can access
it on your page via the Request property).

Michael
 
Back
Top