G
George
VS.NET 2002\Web\VB
I am trying to get the referring URL for one of my pages using this:
Request.UrlReferrer.ToString
Page 1 has a link to Page 2. I click on the link in Page 1, and go to Page
2. Page 2 is where I am trying to get the referring URL. However, instead of
getting the URL of Page 1 (the referring page), I get the URL of the Page 2
(the current page), instead.
Am I not using that right?
Thanks,
George
I am trying to get the referring URL for one of my pages using this:
Request.UrlReferrer.ToString
Page 1 has a link to Page 2. I click on the link in Page 1, and go to Page
2. Page 2 is where I am trying to get the referring URL. However, instead of
getting the URL of Page 1 (the referring page), I get the URL of the Page 2
(the current page), instead.
Am I not using that right?
Thanks,
George