What does the "EnableViewState" property do? Why would I
want it on or off?
Answer Posted / ganesh
It allows the page to save the users input on a form across
postbacks. It saves the server-side values for a given
control into ViewState, which is stored as a hidden value on
the page before sending the page to the clients browser.
When the page is posted back to the server the server
control is recreated with the state stored in viewstate.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
How to find out what version of asp.net I am using on my machine?
Explain about Automatic resource management?
What’s the difference between response .redirect and server.transfer?
What I need to create and run an asp.net application?
How you will handle session when deploying application in more than a server?
What is xaml? Are xaml file compiled or built on runtime?
What does asp.net stand for?
What is asp.net file?
What is the difference between login controls and forms authentication?
Can you explain page lifecycle in net?
How you will improve web application performance?
What is the usie of activex control in .net?
What is enableviewstate?
Can you dynamically assign a Master Page?