The EnableViewState property enables the ViewState
 property on the page. It is set to On to allow the page to save the 
users input between postback requests of a Web page; that is, between 
the Request and corresponding Response objects. When this property is set to Off, the page does not store the users input during postback.
No comments:
Post a Comment