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
What is the application frame host?
what is the difference between running an application with and without debugger?
What is the purpose of Treeview control?
What is an interrupt? : Dot net architecture
5. Wcf- Session Managment
How to prevent my .NET DLL to be decompiled?
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
Explain about continuable exceptions?
what is inheritancy where u required ?
Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile
What is the difference between metadata and menifest ?
How can we integrate atlas with web services?
What is cookie less session?
What is the use of web.config?
Explain 'managed' mean in the .NET context