Thursday, 8 November 2012

Clear cache of browser / PageLoad event is not working when refresh (do not find break point)

Problem due to browser cache.

Solution: Write below code in code file on page load event.

Response.Cache.SetCacheability(HttpCacheability.NoCache);

No comments:

Post a Comment