Answer Posted / Subhash Bhatt
No, ViewState is not used in ASP.NET MVC. ViewState is a feature of Web Forms that automatically manages the state of controls on a page during postbacks. In MVC, developers are responsible for managing application state themselves.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers