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

How you will handle session when deploying application in more than a server?

0 Answers  


what is caching?

4 Answers   Microsoft,


Is global asax mandatory?

0 Answers  


What is the difference between cache and cookies?

0 Answers  


Explain different types of validators in asp.net?

0 Answers  






What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?

2 Answers  


What layout mode is the default when a new Web Form is created? a) GridBagLayout b) GridLayout c) FlowLayout d) FormLayout

2 Answers   Syntax Softtech,


Where would you use an IHttpModule, and what are the limitations of anyapproach you might take in implementing one?

1 Answers   Siebel Systems,


What is difference between Fragment Caching and Page Caching in ASP.NET?

0 Answers   PUCIT,


What is difference between session and cookies?

0 Answers  


Explain exception handling in .net.

0 Answers  


What are Master pages? How to define a Master page?

3 Answers  


Categories