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
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What is windows active directory authentication?
What is Partial PostBack in ASP.NET?
How do u optimize a query in asp.net?
What are strong names?
What is cross page posting in asp net?
What is the web.config file in asp?
What symbol specifies the beginning of a query string?
How many types of triggers are there in update panel?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What is round trip in asp.net?
Do you know caching feature?
Any disadvantages in Dataset and in reflection ?
Can a .net web application consume java web service?
Define a multilingual website?