What does the "EnableViewState" property do? Why would I
want it on or off?
Answers were Sorted based on User's Feedback
Answer / raghumadhav tirunagari
IT keeps the data of the control during post backs.
if we turn off the values should not populate during server
round trip.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
What is VSS? Use of VSS? How can we use VSS in our Application?
what are the fundamental and common properties of .net controls?
difference between Response.write,server.transfer and also which one is used when ?
Explain the Lapsed Listener problem in .net
Explain about common language infrastructure?
What is the problem with .net generics?
what is managed code and managed data?
Differences between VS 2005, 2008 and 2010 ?
Define pipelining? : Dot net architecture
how to change row background color in gridview
What is cache coherency and how is it eliminated? : .NET Architecture
can any one urls for learning .net(which is written in simple english)