What does the "EnableViewState" property do? Why would I
want it on or off?
Answer Posted / sudhir kunnure
Enableviewstate propery is on for page or any control then
it holding or catching or storing data in memory as well as
client side hedden value. when u post back data remains in
control or page.
if Enableviewstate property false then data remove when
post back.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can you dynamically add user controls to a page?
What are sharepoint pages?
Can action method static?
Where the assembly is stored in asp.net?
What is session id in web application?
What is the use of placeholder control? Can we see it at runtime?
How can I create master page in asp net?
What is the main differences between asp and asp.net?
How do I use a proxy server when invoking a web service?
How can we implement a identity (sql server) call in an asp.net page?
Explain form level validation and field level validation?
Can you nest updatepanel within each other?
What is the difference between viewstate and hidden field in asp.net?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
Why does my asp.net file have multiple tag with runat=server?