
- Forum
- Career Management
- Interview Questions
- EnableViewState
EnableViewState
This is a discussion on EnableViewState within the Interview Questions forums, part of the Career Management category; What does the \"EnableViewState\" property do? Why would I want it on or off?...
-
EnableViewState
What does the \"EnableViewState\" property do? Why would I want it on or off?
-
07-04-2004, 04:26 PM #2
- Join Date
- Apr 2004
- Answers
- 18
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
-
Re:EnableViewState
Thanks dude
-
Sponsored Ads

Reply With Quote





