Y
Yogesh Kadalgikar
I have implemented an Admin Application in ASP.NET.
There is a requirement for me not to browse back to a page with the back button on internet explorer.
I want to flush the session variables so that if a uses clicks on back button the page should re-direct to an user defined error page. - mentioning not to use the back button for navigation.
How do I do that. Is there a way I can catch if the user has clicked the back button.
Thanks!!!
Yogesh Kadalgikar
There is a requirement for me not to browse back to a page with the back button on internet explorer.
I want to flush the session variables so that if a uses clicks on back button the page should re-direct to an user defined error page. - mentioning not to use the back button for navigation.
How do I do that. Is there a way I can catch if the user has clicked the back button.
Thanks!!!
Yogesh Kadalgikar