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 do you declare static variable?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
Where sessions are stored?
List all templates of the repeater control.
What is meant by asp.net?
What is asp.net version?
How you can return View from ASP.NET Web API method?
What is the difference between the get method () and post method ()?
How should I destroy my objects in asp.net?
How do we ensure view state has not tampered?
calling result set one procedure to anothar procedure in sql2000
What are the different session state management options available in asp.net?
Define resource files.
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What are cao and sao.