Response.Cache.SetNoStore();
Response.Cache.SetCacheability(HttpCacheability.NoCache);
write this code in page load
add using System.Web;
This entry was posted
on Thursday, September 24, 2009
and is filed under
Asp.net
.
You can leave a response
and follow any responses to this entry through the
Subscribe to:
Post Comments (Atom)
.
Thanks this post has helped me out..