Click here to Skip to main content
15,919,893 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:

How to Disable back button for a particular content page in a master page
Posted

It might not possible for all the browser. Check for bellow link
http://forums.asp.net/t/1377408.aspx/1[^]
 
Share this answer
 
Hi,

You may write,

Response.Cache.SetCacheability(HttpCacheabolity.NoCache);

in the the page load of the specific page.

regards,
Raghu
 
Share this answer
 
Comments
Manuel john 9-Jul-13 7:43am    
try to wrote a "if" condition, this ill be the better way

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900