Maximizing ASP.NET Real World, Object-Oriented Development [Electronic resources]

Jeffrey Putz

نسخه متنی -صفحه : 171/ 72
نمايش فراداده

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.