How to I know the previous page is clicked to forward the current page?

  • Thread starter Thread starter ABC
  • Start date Start date
A

ABC

How to I know the previous page is clicked to forward the current page?



As our web site have many methods to enter the web page, I need to know the
users clicked which link or which part of page to enter the web page.
 
Have you thought about checking the referring page value

Request.UrlReferrer.ToString()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top