Explain the functionality of "EnableViewState" ? What
happens if you want it on or off?



Explain the functionality of "EnableViewState" ? What happens if you want it on or off?..

Answer / swapna

If we Enable Enableviewstate property then the state of
that particular control will remains even after postback.

If we disable Enableviewstate property then after postback
that control will lose the previous state.

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What are the new web part controls in asp.net 2.0 ?

0 Answers  


What is DataGrid wheater its a Server Control or something else ?

0 Answers   NA,


What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState ?

1 Answers  


Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?

0 Answers  


How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?

5 Answers   iSoft, TCS,






What is the difference between repeater over datalist and datagrid ?

1 Answers  


What is personalization? What are the properties available in personalization?

1 Answers  


What is the main function of url routing system in asp.net mvc? : asp.net mvc

0 Answers  


What is applicatio domain?

0 Answers   MCN Solutions,


How can you send an email message from an asp.net web page?

0 Answers  


I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?

1 Answers   Patni,


What is difference between rest and soap?

0 Answers  


Categories