Monday, April 20, 2009

how to make a page not to get cached

HttpContext.Current.Response.Cache.SetCacheability(HttpCacheability.NoCache);
HttpContext.Current.Response.Cache.SetNoStore();

No comments: