December 2001
Beginner to intermediate
552 pages
12h 39m
English
The HtmlControls all inherit from System.Web.UI.HtmlControls.HtmlControl, and are the most basic server controls in the Framework. Any HTML tag can be made into an HtmlControl simply by adding runat="server" to it. There are about a dozen HtmlControls that have specific behavior, and thus have their own subclassed classes to describe them. Any other control is created as an HtmlGenericControl class. Figure 5.1 demonstrates the class hierarchy for the HtmlControls.

Because all HtmlControls inherit from the System.Web.UI.HtmlControls.HtmlControl class, its properties ...
Read now
Unlock full access