Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
How do I disable Back button on the browser?
Jonathas Sucupira
13y
2.9k
1
Reply
I would like to disable the back button on the browser. I have done it before using this code on the page load, but for some reason it is not working anymore.
Response.Cache.SetCacheability(HttpCacheability.NoCache)
the application that I am running it is actually running as an iFrame for a second application, I wondering if this is the reason my code it is not working.
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
popup inputbox in c#
Checkbox column and Expand Collapse in gridview – Is there any best way to handle these two.