I’m wondering if there is any way to detect when a page is being reloaded after hitting the back button of a navigator, in ASP .NET?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunatly as far as I know there is no fail safe way to do this, as it depends primarially on the browser. Some browsers will physically reload the content when you press back, others will cache it and just load a cache. Others will do a mix of both.