Answer Posted / sudhir sheoran
EnableViewState property is set to false
when we don't want to keep track of state
of a particular control or for a complete
page.
This reduces load on bandwidth during
data postbacks,because less data is
transferred to the server now.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between table and query?
How would you get asp.net running in apache web servers? Explain it's limitations.
What is the asp.net mvc folder conventions? : asp.net mvc
What is the difference between CC and BCC?
Do cookies store passwords?
Write a code for passing ArrayList in Web API?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What is autopostback true?
What are the advantages and disadvantages of session?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What is the equivalent of date() and time() in asp.net?
What is the use of autowireup in asp.net?
How can you identify that the page is post back?
What are the properties of the eventargs argument when capturing keyboard events?
What does occur first in ASP.Net, Authentication or Authorization?