|
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
|