Author: Handeler | Posted on: 11/17/2010 4:49:55 PM | Views : 818

i am currently developing an asp.net project. there is a previous, next, and cancel button that the user can utilize, but the problem is that everything is broken into controls so that if they hit the browser's back button it will reset everything and take them to the very beginning. i would like to capture the onbeforeunload event and trigger the previous button click event (i.e. treating navigation like clicking the previous button).
 
Any help is extremely appreciated for this has been truly aggravating.
...

Go to the complete details ...