Is there viewstate in mvc?
Answer / 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 |
What is mvc route constraints?
What is route in api?
Why is mvc good?
What is the difference between mvc 1 and mvc 2?
What is mvc in struts framework?
What is mvc and mvvm?
What is difference between asp.net mvc and asp.net webforms?
Mention what "beforfilter()","beforerender" and "afterfilter" functions do in controller?
What is mvc programming?
Mention what filters are executed in the end?
What is code blocks in views?
What are action selectors in mvc?