What does the "EnableViewState" property do? Why would I want it on or off?
Sapna Malik
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