Problem due to browser cache.
Solution: Write below code in code file on page load event.
Response.Cache.SetCacheability(HttpCacheability.NoCache);
Solution: Write below code in code file on page load event.
Response.Cache.SetCacheability(HttpCacheability.NoCache);
No comments:
Post a Comment