Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
73649 Points
7914 Posts
Moderator
Nov 02, 2007 02:24 PM|LINK
hi
add this to your page_load , this will prevent the page caching on teh client
Response.Cache.SetCacheability(HttpCacheability.NoCache)
anas
All-Star
73649 Points
7914 Posts
Moderator
Re: Prevent Caching Correctly?
Nov 02, 2007 02:24 PM|LINK
hi
add this to your page_load , this will prevent the page caching on teh client
Response.Cache.SetCacheability(HttpCacheability.NoCache)