Friday, July 17, 2009

Daily Tips- Tip #11 - How will you prevent the browser from caching Aspx page?


You can do that by the following code,
<% Response.Cache.SetNoScore(); %>


www.codecollege.NET

No comments:

Post a Comment