What does the "EnableViewState" property do? Why would I
want it on or off?

Answers were Sorted based on User's Feedback



What does the "EnableViewState" property do? Why would I want it on or off? ..

Answer / raghumadhav tirunagari


IT keeps the data of the control during post backs.
if we turn off the values should not populate during server
round trip.

Is This Answer Correct ?    1 Yes 0 No

What does the "EnableViewState" property do? Why would I want it on or off? ..

Answer / manjunath

It allows the page to store the user's input during theww
form postbacks.

It also allows the server side controls to maintain the
input values for particular control which is stored in
hiidden fields before being displayed to the client's
browser.

when the roundtrip is made to the server, the server control
is recreated with state stored in the view state.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net AllOther Interview Questions

How does an appdomain get created?

0 Answers  


What is the importance of updatepanel control?

0 Answers  


Explain domestic architecture artifacts? : Dot net architecture

0 Answers  


how to make and display a form without title bar?

1 Answers   Six Sigma,


Can you explain the difference between an ADO.NET Dataset and ADO Recordset?

2 Answers  






which tag i need to use manually to bind columns in a datagrid ?

2 Answers  


what is Difference beetween Array and Hash Table.?

8 Answers   Patni,


There are so many languages are already existing for developing application.Then what is the need of .net.

1 Answers  


What is the difference between metadata and menifest ?

0 Answers  


data types used in validation control

0 Answers   PCS,


What are the types of memory management? : Dot net architecture

0 Answers  


How to improve the cache performance? : .NET Architecture

0 Answers  


Categories