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 debug and release?
What is a postback ispostback and autopostback in asp net?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What is app_code folder in asp net?
Where you store Connection string in "Web.Config" file in ASP.NET?
What is state management in .net?
Explain difference between friend and protected friend?
What kind of data can be stored in viewstate?
What are the data controls available in asp.net?
What is the difference between ASP Session State and ASP.Net Session State?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
What are resource file and how do we generate resource file?
Why do we need url encoding?
What is server side session management?
Define the term Web Garden?