What does the "EnableViewState" property do? Why would I
want it on or off?
Answer Posted / manjunath
It allows the page to store the user's input during theww
form postbacks.
It also allows the server side controls to maintain the
input values for particular control which is stored in
hiidden fields before being displayed to the client's
browser.
when the roundtrip is made to the server, the server control
is recreated with state stored in the view state.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What re interop services?
What are the types of memory management? : Dot net architecture
How cache coherency is eliminated? : Dot net architecture
What is msil, and why should my developers need an appreciation of it if at all?
Explain the difference between primary & secondary storage device? : Dot net architecture
What is the difference between machine config vs. Web config : Dot net architecture
can u give me real example of how web.config overrides the machine.config file?
What is the difference between an application and a program?
What is the importance of updatepanel control?
Explain about developer benefit from memory management?
What are the major differences between services and web services?
Explain difference between state server and sqlserver? : .NET Architecture
Define cache coherency? : Dot net architecture
How do I know when my thread pool work item has completed?
Difference between throw exception and rethrowing ?