What is ASP.NET enable ViewState?

View state enables a server control to maintain its state across HTTP requests . View state for a control is enabled if all of the following conditions are met: The EnableViewState property for the page is set to true . The EnableViewState property for the control is set to true .

Read more