Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Disable back button of browser in ASP.NET
WhatsApp
Hardik Patel
12y
5.6
k
0
0
25
Blog
<script type="text/javascript">
function disablebackButton()
{
window.history.forward(0);
}
setTimeout("disablebackButton()",0);
</script>
set
<body onload="disablebackButton()">
Disable back button of browse in asp.net
People also reading
Membership not found