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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -