Which one of the following is incorrect about ViewState?

Options
- Viewstate is used to maintain or retain values on postback.
- Viewstate ensures security because it stores the data in encrypted format.
- If a ViewState of a certain control has to be disabled, then set EnableViewState="false".
- Viewstate information automatically transfers from page to page


CORRECT ANSWER : Viewstate information automatically transfers from page to page

Discussion Board
2nd option is also false

the information inside the viewstate is not encrypted, just encoded, so the 2nd option is false too.

Ernesto 07-4-2015 06:11 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement