I am using views concept in my asp.net form control.my first view consist of a form to capture user details.when user press continue it will move to the second view. The problem is ,When user press the back button of the browser from the second view it doesn't move the the previous view instead move to the previous page in the browser history.
I wanted to move to the first view with the existing data in the form,when user press the back button of the browser.