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 |
Explain what is mvc?
Is angular js mvc?
What is mvc and its advantages?
What is domain model in mvc?
Is mvc front end?
What is render view in mvc?
What is mvc flow?
What is routing in mvc interview questions?
What is filter overrides in mvc?
What is razor syntax?
What is the difference between viewdata and viewbag?
Mention what is the difference between adding routes, to a webform application and an mvc application?