//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);