Using Viewstate
Viewstate is of course the "bucket" that saves the state of all of the controls on the page so that the server can determine what the form looked like before the postback. You might recall from Chapter 7, "The ASP.NET Event Model," that it's transmitted as part of the page in a hidde160 input field, and it can get quite large.
