What does the "EnableViewState" property do? Why would I want it on or off?
Select Answer:
It allows the page to save the users input on a form across postbacks
It does not save the server-side values for a given control into ViewState
It saves the server-side values for a given control into ViewState
Ans 1 & 2
|