Hi....
I have an application in asp.net... now i want to check that from where user is here.. means i want to trace last visited link.
can any one help...
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jean PaulPosted Oct 24, 2011, 2:40 AM
(session will be different for each user)
For checking whether the user visited the site from google, you can check the host of the UrlReferrer
Kanhialal kkPosted Oct 24, 2011, 2:16 AM
but i want to get user last visited link as user appear on my site like on index page..
here i want to check the user reference just like from google etc..
Jean PaulPosted Oct 24, 2011, 1:13 AM
From page/master page you can use the following properties to get the details:
You can add the code in the Global.asax request processing event