When would you set this property to false?

Answers were Sorted based on User's Feedback



When would you set this property to false? ..

Answer / 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

When would you set this property to false? ..

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

Post New Answer

More ASP.NET Interview Questions

Does google crawl redirects?

0 Answers  


Mention few asp.net validators.

0 Answers  


What is marshalling ? Is it a part of asp.net ?

0 Answers   MCN Solutions,


What are session objects?

0 Answers  


What is the use of response redirect in asp.net?

0 Answers  






Where can we set the specific variables for a application and Session objects ?

2 Answers   Siebel,


What is an Interface and What is an Abstract Class?

3 Answers  


How may clustered index we can create in table?

0 Answers  


Can I tap into other windows livetm services?

0 Answers  


Difference between Dataset and DataReader ?

4 Answers   Accenture, BirlaSoft, Infosys, Microsoft, Techseol,


Explain the difference between the web config and machine config.

0 Answers  


What is the Global ASA(X) File?

2 Answers  


Categories