Response.Cache.SetCacheability(HttpCacheability.NoCache).
Response.Cache.SetExpires(DateTime.UtcNow.AddHours(-1)); Response.Cache.SetNoStore();
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)