Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Put following code into Page_Load
Response.Cache.SetCacheability(System.Web.HttpCacheability.NoCache);
No comments:
Post a Comment