Home ASP.NET The Page Rendering Model

ASP.NET - The Page Rendering Model



After completing this tutorial, you will be able to
  • Work directly with server-side control tags
  • Create a Web site with Visual Studio
  • Work with Web forms and server-side controls using Visual Studio
  • Work with post-back events using Visual Studio
This tutorial covers the heart of ASP.NET's Web Forms rendering model: controls. As we'll see here, System.Web.UI.Page works by partitioning the rendering process into small components known as server-side controls.

Next