How can I force Page_Load/PostBack on browser's back button click?

  • Thread starter Thread starter Amelyan
  • Start date Start date
in the meta tags in the head section of the aspx page you can set
<meta http-equiv="expires" content="-1"> which should force the page to be
re processed if the user pushes the back button or follows a link..it seems
to defeat IE's annoying caching of pages. lemme know if it doesnt work
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top