Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

how to stop cookie in particular page using asp.net

2 Answers   CGI,


What is State Management in .Net and how many ways are there to maintain a state in .Net?

6 Answers  


Do you know using sql cache invalidation?

0 Answers  


What are the merits and demerits of viewstate?

0 Answers   Siebel,


What is authorization in asp.net?

0 Answers  


Explain ViewState?

0 Answers   QuestPond,


What is the difference between <%#%> and <%=%>?

5 Answers   IBS,


Define reflection in .net?

0 Answers  


Why will you usually create an aspnet user account in the database for an asp.net web application?

0 Answers  


What are the different types of proxy patterns?

0 Answers  


How Response.flush works in server.Execute

1 Answers  


Describe in brief .net framework and its components.

0 Answers  


Categories