Preventing users from using history buttons...

  • Thread starter Thread starter Charlie
  • Start date Start date
C

Charlie

On dynamic sites, the history buttons can be confusing to users as they do
not force return trip to server to get updated content. I get complaints
from users saying things aren't working when problem is they are not using
links. How do you deal with this?

Thanks,
Charlie
 
Add headers to your ASPX page informing the browser not to cache pages.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
Back
Top