So the SMEs at my current place of employment want to try and disable the back button for certain pages. We have a page where the user makes some selections and submits the
AS a simple solution: try this one. Insert an update panel and a button in there and use javascript to hide it and then press it on page load. Yes I understand that it will cause your page to post back on load and may not work if javascript is disabled but certainly will help you achieve a half decent response to the back button issue. Andy