This sample illustrates how ASP.NET handles the problem of maintaining a Web form's ViewState
for you automatically. As such, the actual code involved is not that exciting, but
the fact that it does all the work for you should excite you some.
I've also added some basic validation controls to show you how they work. Nothing too
fancy... just something to get you started.