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
What is the difference between custom controls and user controls?
What is state management in asp.net with example?
What is asp.net ajax?
What is mta?
Difference between .NET and previous version?
Explain the use of duration attribute of @outputcache page directive.
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
How does u call and execute a sp in .net?
What is the life cycle of web page?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
What are the session management techniques asp net?
What is semantic gap?
Can we handle the error and redirect to some pages using web.config?
Describe Segmentation With Paging?
What is virtual directory in asp.net?