Form submission and Viewstate are 2 different things.
Viewstate is Microsoft's attempt at remembering data
that is in the form Inputs so when you come back after
submitting the form, it still keeps whatever was
input.
Pretty bare bones explanation that someone else on
this list could expound on or alter to be more
precise.