I want to know how you guys deal with back button issues in your web applications.
I can not forbid users to click back button on their browser, but when they hit it, the page code doesn't run. So writing in page_load()
makes no sense.
I have searched online and found this link: Disabling Back button on the browser. It does not work for me. Any idea?