Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21

Details



Peter Agyekum How can we prevent browser from caching an ASPX page? We can SetNoStore on HttpCachePolicy object exposed by the Response object's Cache property: Response.Cache.SetNoStore (); Response.Write (DateTime.Now.ToLongTimeString ());
Related Topics