Posted inGeneral ASP Code to Disable Browser Cache Posted by By Haneef Puttur June 8, 2009No Comments ASP Code to Disable Browser Cache <% Response.CacheControl = "no-cache" %> <% Response.AddHeader "Pragma", "no-cache" %> <% Response.Expires = -1 %> . Haneef Puttur View All Posts Post navigation Previous Post Radio Button DemoNext PostInsering Bulleted Text – Single Cell Excel