PDA

View Full Version : ASP.NET Caching


slyfox2099
05-03-2005, 05:41 PM
Does anyone know how to disable client-side caching in asp.net? I want that ugly warning to show ("Warning this page has expired, refresh the page to continue....") when a user hits the back button on my application. I don't want the user to access any previously filled out and saved forms. Filling these out is absolute. Any ideas would be helpful.

A note about my web app, it uses an user control for the header of each page. just in case that does make a difference.

Thanks in advance.