copy the following code in page load event of all pages.....
if(Request.Browser.Browser == "IE") Response.CacheControl = "No-Cache";else if(Request.Browser.Browser == "Firefox") Response.CacheControl = "No-Store";Response.Cache.SetCacheability(HttpCacheability.NoCache);
Tuesday, October 14, 2008
Subscribe to:
Post Comments (Atom)
1 comment:
yes it works well thank u
Post a Comment