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
Whats new features in Visual Studio 2012?
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
What is ILDASM ?
Explain the race around condition? : Dot net architecture
how to make and display a form without title bar?
Differences between VS 2005, 2008 and 2010 ?
What are the important principles of soa (service oriented architecture)?
What is the use of TPL DATAFLOW?
Explain the use of virtual, sealed, override, and abstract.
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
Explain the five stages in a dlx pipeline? : Dot net architecture
What is .net mobile lists. : Microsoft dot net mobile
When do I need to use gc.keepalive?
what is sessions and cookies take one example simple way to understand
What is the cli? Is it the same as the clr?