I heard that ASP.net MVC does not maintain View State.So,here is my question
I have an MVC -View which has forward and backward html button.When i click forward and again click backward ,how can i maintain html control state then?
I heard that ASP.net MVC does not maintain View State.So,here is my question
I have an MVC -View which has forward and backward html button.When i click forward and again click backward ,how can i maintain html control state then?
Here are a couple of ways to handle state in ASP.NET MVC:
There's also a nice helper in ASP.NET Futures that allow you to serialize/deserialize models using view state.