I am working with master page in ASP.NET (3.5) MVC Framework (1.0). I am having one master page and 4 MVC Views in my application. I have placed these four views in the contentplaceholder of the master page. I have a Previous Button, a Next Button and the Submit Button in the master page.
Now the question is:
How to navigate between the 4 views using Previous and Next buttons. I.e. how to handle the button click event in MVC master page?
How to retain the values entered in each of the views while navigation, till I submit the data from all the 4 Views?