What does setting a control's EnableViewState property to
false accomplish?



What does setting a control's EnableViewState property to false accomplish? ..

Answer / raghumadhav tirunagari

If you set a text box's EnableViewState property to false,
any text entered into the text box will STILL remain in the
textbox after the page has posted because the information is
sent in the HTTP request and HTTP response.

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

What is the purpose of url encoding?

0 Answers  


Explain the difference between Web Garden and Web Farm?

0 Answers   Sans Pareil IT Services,


What is the equivalent of date() and time() in asp.net?

0 Answers  


what is state management,what is the purpose of it,how it will be implemented in real time?

2 Answers  


To call a Web service SOAP which transport protocol you use?

3 Answers   Siebel,






Can any body provide me the sample web application in asp.net

0 Answers  


Differentiate between file-based dependency and key-based dependency.

0 Answers  


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

0 Answers  


what is webservices. howit is use in our project .

4 Answers   TCS,


What is an assembly?

2 Answers   Value Labs,


Can more than one person use the same login?

0 Answers   MCN Solutions,


What is base class of .net?

0 Answers  


Categories