Introduction to ASP.NET WebForms

With the addition of WebForms, ASP.NET provides for a truly developer-oriented environment. The ability to separate code from HTML layout allows for greater flexibility and reusability on the part of Web developers. ASP.NET allows for the creation of UserControls, also known as pageletes. These UserControls are analogous to Windows custom controls. Web developers can now create these custom controls and easily reuse them throughout various Web applications. This chapter will explore several different methods of creating UserControls and the supporting code along with the ASPX pages, which host these controls.

Get C# and the .NET Framework: The C++ Perspective now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.