Answer Posted / 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 |
Post New Answer View All Answers