May 2010
Intermediate to advanced
1752 pages
41h 17m
English
The System.Web.UI.Control base class defines various properties, methods, and events that allow the ability to interact with core (typically non-GUI) aspects of a web control. Table 33-1 documents some, but not all, members of interest.
| Member | Meaning in Life |
|---|---|
| Controls | This property gets a ControlCollection object that represents the child controls within the current control. |
| DataBind() | This method binds a data source to the invoked server control and all its child controls. |
| EnableTheming | This property establishes whether the control supports theme functionality (the default is true). |
| HasControls() | This method determines whether the server control contains ... |