Multiple choice technology programming languages

Where is View State information stored?

  1. In session

  2. In HTML Hidden Fields.

  3. In application session

  4. All the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In ASP.NET, View State is a client-side state management mechanism. The page framework serializes the state of controls and stores it in a hidden HTML input field on the page named __VIEWSTATE, rather than in session or application memory.