I have three pages on my site. Page 1 is home page. When user visits the site, i display label control to user in Page 1. When the same user goes to page 2 , 3 and returns back to page 1, i do not want the label to show again. How can i do this?
A:
You need to use the Request.UrlReferrer property:
http://msdn.microsoft.com/en-us/library/system.web.httprequest.urlreferrer.aspx
http://discuss.fogcreek.com/dotnetquestions/default.asp?cmd=show&ixPost=1673
IrishChieftain
2009-11-20 02:19:58