Add this code on page Load::
----------------------------------
Response.Cache.SetExpires(DateTime.UtcNow.AddMinutes(-1))Response.Cache.SetCacheability(HttpCacheability.NoCache)
Response.Cache.SetNoStore()
--------------------------------
In Html part Add
-----------
META HTTP-EQUIV="pragma" Content="nocache"
Thursday, October 22, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment