What Is a Web Server Control?

First let me tell you where they are, and then we’ll address what they are. Web server controls are located in the System.Web.UI.WebControls namespace. There are other very cool objects in there that are covered in the next two chapters. They are created from a clean slate and don’t need to conform to any legacy thinking or models. The creators of ASP.NET created these controls from the ground up, and this gave them the ability to shape and form these controls without rule or guide outside of those they generated themselves.

This gave them the opportunity to build a single base class that serves as the foundation for all Web server controls, giving them a base uniform set of properties and methods. All Web server ...

Get ASP.NET for Web Designers 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.