Where is View State information stored?
-
In session
-
In HTML Hidden Fields.
-
In application session
-
All the above
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.