What does the "EnableViewState" property do?

Answers were Sorted based on User's Feedback



What does the "EnableViewState" property do?..

Answer / jitender

if we set "enableviewSatate" property of a control to "True"
The control will retain its state after post back to server
for eg The textbox will retain its content after post back.

Is This Answer Correct ?    6 Yes 1 No

What does the "EnableViewState" property do?..

Answer / nrapendra

it is boolan type and save the user input information
across the post back.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the parent class of all the web server control?

0 Answers  


What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?

0 Answers  


What are url fragments?

0 Answers  


What is autopost?

0 Answers  


What are demand-paging and pre-paging?

0 Answers   MCN Solutions,






What are web server controls in asp.net?

0 Answers  


how can create login from create and written conde in asp.net

0 Answers  


How to change the form layout in ASp.net 2.0 ?

1 Answers   Netsweeper,


1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?

0 Answers   Marlabs,


Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?

0 Answers  


Can the dictionary object be created in client?s scope ?

0 Answers   Satyam,


What can you do with asp.net?

0 Answers  


Categories