When would you set this property to false?
Answers were Sorted based on User's Feedback
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 |
Answer / raghumadhav tirunagari
You should set a control's EnableViewState property to false
when its properties will never be changed in code or you
always want the values reset to what they were initially.
Doing so will cause your page to load faster since less
processing must occur on the server.
| Is This Answer Correct ? | 0 Yes | 1 No |
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What are the types of session in asp.net?
What is intrinsic objects in asp.net?
hi ans dis qstn. "what is d max size of query string. If it exceeds does it give error. if yes wt error it gvs, if no gv the reason" thnx in advance
What is the difference between runtime version and version?
which one is faster execute reader, scalar, execute non query ?
What are validator? Name the validation controls in asp.net? How do you disable them?
Where we create sessions for Banking Applications and how to create? expalin with code?
What r all the controls in ASP.NET ?
What does uri mean?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What's the difference between Page.RegisterClientScriptBlock and Page.RegisterStartupScript ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)