Z
Zeba
Hi !
How do I get the URL of the page which has called the current page.
Say PageA.aspx calls PageB.aspx. How do I get PageA's url from the
Pre_Init function of PageB. I tried something like
Request.UrlReferrer.ToString()
But it gives me an Object not instantiated error.
Same with Request.ServerControls[HTTP_REFERER]
How can I get the previous page url ? Please help soon !
Thanks !
How do I get the URL of the page which has called the current page.
Say PageA.aspx calls PageB.aspx. How do I get PageA's url from the
Pre_Init function of PageB. I tried something like
Request.UrlReferrer.ToString()
But it gives me an Object not instantiated error.
Same with Request.ServerControls[HTTP_REFERER]
How can I get the previous page url ? Please help soon !
Thanks !