Do we have ViewState in MVC?
Ask by Anonymous User
Updated 22 Sep 2020
This question is very much asked in Interview and it is very common questionBig difference between WebForms and MVC is MVC does not have viewstate.The reason that MVC does not have viewstate is because viewstate is stored in a hidden field on the page.So this increases the size of the page significantly and impacts the page load time.