asp.net - Forcing page refresh on click of back button -
I have 2 asp.net pages..page A and p. On clicking on a link on page A, the user redirects to the page b. On page, when the user clicks the browser's back button, I need to forcefully apply page A's page refresh. How do I get this functionality? Note: The code must be compatible with different browsers ... i.e. IE, Firefox, Opera, etc
Some buttons have property like autopost, you can try it and see if TI helps!
Comments
Post a Comment