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

i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?

0 Answers   Wipro,


What does session_start () do?

0 Answers  


What are asynchronous callbacks ?

6 Answers   Accenture, BirlaSoft,


What is asp.net used for?

0 Answers  


i have a register form & in that form i have a 2 textboxes for entering name&age.my doubt is that how can i provide error message like "invalid entry" when user enter a invalid name/age(eg:user enter name as #%%%##daff,and age as 1000.)in that textboxes.I want code.

3 Answers  






What is custom attribute? How to create?

0 Answers  


How can we identify that the Page is Post Back?

0 Answers  


how to use web services with code?(with example code)

1 Answers   Accenture,


What types of data validation events are commonly seen in the client-side form validation?

0 Answers  


How many types of session state management options available in asp.net?

0 Answers  


What is the appSettings Section in the web.config file?

0 Answers   MindCracker,


What are the event handlers that can be included in the Global.asax file?

0 Answers   MindCracker,


Categories