What is the function of the ViewState property?
Ask by Sumit Kesarwani
Updated 22 Sep 2020
The ASP.NET 4.0 introduced a new property called ViewStateMode for the Control class. Now you can enable the view state to an individual control even if the view state for an ASP.NET page is disabled.