This is a discussion on EnableViewState within the Interview Questions forums, part of the Interviews and Job Listings category; What does the \"EnableViewState\" property do? Why would I want it on or off?...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Re:EnableViewState
Assume you have some registration form. You entered all the details and clicked the submit buton. If there is any wrong entry it again gives you the same registration page asking you to enter the correct value. Here the \"enable view state\" plays an important role. If ur enableviewstate is set to ON then all the values you entered will be displayed again making life easier. You dont need to re-enter all values. If you set enableviewset OFF then you have to reenter all values again.
Its better to set enableviewstate OFF for the password filed. Hope you got some idea |