Why there is no viewstate in mvc?
Answer / Vandana Barya
ViewState is a feature of Web Forms (ASP.NET 2.0) used to maintain the state of server controls between postbacks, but MVC is designed differently and relies on other methods for handling user input.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are html helpers in mvc?
What is the difference between webforms and mvc?
What is the use of spring mvc?
Explain in which assembly is the mvc framework is defined?
What are the two ways for adding constraints to a route?
What is mvc viewbag?
Is flask an mvc model and if yes give an example showing mvc pattern for your application?
What does the mvc pattern define with 3 logical layers?
Explain what is mvc?
What are the filters in mvc?
What is non action attribute in mvc?
Why filters are used in mvc?