Friday, September 3, 2010

How to remove the cache of the page

//This code is use to remove the cache of the 
//page put this code on the page load
//inside the !ispostback than it will clear 
//all the cache of the page before loading. 
 
 
Response.Cache.SetCacheability(HttpCacheability.NoCache);

No comments:

Post a Comment