Where does the view state store information?
-
HTML source
-
Text file
-
URL
-
Both a and b.
-
All of the above.
A
Correct answer
Explanation
View state is stored in a hidden form field called __VIEWSTATE within the page's HTML source. It's encoded and sent to the server with each postback, then reconstructed. This is why view state increases page size.