Answer Posted / Hema Singh
ViewState is not used in MVC because it contradicts the principle of separation of concerns that MVC follows. ViewState is a server control state management feature that is specific to ASP.NET Web Forms, and it mixes the view's responsibilities with those of the controller.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers