Thursday, September 15, 2011

How to disable Client Side and Proxy Caching of ASP.NET page?

In page Load
   Response.Cache.SetCacheability(HttpCacheability.NoCache);











No comments:

Post a Comment