MVC
Is it possible to maintain view state in mvc 3.0.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Sep 28, 2013, 12:02 AM
The framework does not have the view state persistence option but whenever you do some action, control values will be posted to the corresponding action method in the controller. From there, you can store the values to DB or TempDate or ViewData or ViewBag.