What is viewstate mvc?
Answer / Ashutosh Kaushik
In traditional ASP.NET Web Forms, ViewState is a hidden form field used to store control properties, postback data, and view-state information in the page. However, in MVC there is no direct equivalent as it does not use a postback model.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention the benefits of area in mvc
What is mvc token?
What do you mean by mvc scaffolding?
Mention how can maintain session in mvc?
Why is mvc better than webforms?
How can we implement validation in mvc?
What is render view in mvc?
How does view data differ from view bag in mvc?
How you can send the result back in json format in mvc?
Explain what is database first approach in mvc using entity framework?
How routing is done in mvc pattern?
What is the page Lifecycle of the MVC ?