Should Request.UrlReferrer be null in Page_Load when the page came from another site?
How do I check where the page came from? From google, yahoo?
It's not coming from a bookmarked page or anything, it's just a link being redirected to this page from another site.
I know that it's not a reliable way to check where the page came from, but that's not the purpose. Users actually wont be able to type in the Url
Thanks,
My solution was sending the entire URL from the previous page to target page using js, and check for the parameters that I'm interested in