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
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
What is the difference between primary & secondary storage device? : Dot net architecture
Explain about common language infrastructure?
What are library functions?
Define cache coherency and how is it eliminated? : Dot net architecture
server.transfer limitation ?
What are the main Tools to develop .Net Application?
What is .net mobile images control. : Microsoft dot net mobile
What is application frame host?
Can you explain update progress control?
Explain the five stages in a dlx pipeline? : Dot net architecture
how we can fire event in databound column in datagrid without using button?
What is cookie less session?
Explain the Lapsed Listener problem in .net
What does the term "green architecture" mean? : .NET Architecture