Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Search This Blog
Thursday, November 1, 2012
Disable Back Button Interrnet Browser Asp .net
ASP.NET
>
Disable Back Button IE
HttpCacheability.NoCache
Sets the
Cache-Control: no-cache
header
SetNoStore
Sets the
Cache-Control: no-store
HTTP header.
Example:
Response
.Cache.SetCacheability(HttpCacheability.NoCache);
Response
.Cache.SetNoStore();
Newer Post
Older Post
Home