User Manual

Programming Model
Postbacks Maintain State
By default, ASP.NET maintains the state of all
server-side controls during a postback
Can use method="post" or method="get"
Server-side control objects are automatically
populated during postback
No state stored on server
Works with all browsers