dear how do we disable the back and forward button on internet explorer.
need help in C#.net.
Collapse
X
-
Originally posted by Plater"stopping" the back/forward buttons generally means you don't want pages saved that people can cycle through.
That would be the Cache settings for your page.Comment
-
Originally posted by Plater"stopping" the back/forward buttons generally means you don't want pages saved that people can cycle through.
That would be the Cache settings for your page.Comment
-
Originally posted by toubuddyya i understand platter....ok let me put my query in another fashion.....sup pose i am loggen in to a site of my own by just entering a username and password in a page and then i m getting a welcome message if the login was successfull on another page then if i click back button from internet explorer then value should be lost as it happens in some banks application when we try to press the back button.Comment
-
Originally posted by FrinavaleIn your Page_Load you can check if the user is logged in...if so, you could automatically redirect the user to wherever they should be after logging in.Comment
Comment