How can i disable the browser’s Back button functionality when user visits a specific ASP.NET page, thus preventing the user to go back to the precedent pages.
By the way; i tried setting session["session-id"]
to null but it didn’t work at all, the button is not disabled.
I need both the Back Button and the “Backspace” Keyboard button disable, (i.e. the Entire back functionality should be disabled).
thanks for assistance.