Summary
Incoming requests to ASP.NET trigger a series of events that begins and ends with the application. The page postback system simulates statefulness in a Web form through a combination of hidden form fields and JavaScript on the browser, while the code executing on the server works in a similar manner to a desktop application.
