S SS Jan 24, 2005 #1 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
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
M Michael Groeger Jan 24, 2005 #2 Hi, try the UrlReferer property which is part of the HttpRequest (you can access it on your page via the Request property). Michael
Hi, try the UrlReferer property which is part of the HttpRequest (you can access it on your page via the Request property). Michael