Dotnet Technologies
Wednesday, 28 October 2015
How to disable back button after login in c#(Web application)
Add it in deafult.aspx page
<script type="text/javascript">
window.history.forward();
function noBack() { window.history.forward(); }
</script>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment