1
Reply

What does the "EnableViewState" property do? Why would I want it on or off?

Sapna Malik

Sapna Malik

15y
7.7k
0
Reply

    Hello Sapan

       Microsoft® ASP.NET view state, in a nutshell, is the technique used by an ASP.NET Web page to persist changes to the state of a Web Form across postbacks.The view state of a page is, by default, placed in a hidden form field named __VIEWSTATE. 

     For more details please refer to :

     http://msdn.microsoft.com/en-us/library/ms972976.aspx