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>
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)