Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
The collection of child controls for the specified server control.
On an ASP.NET page, when controls are added declaratively between the opening and closing tags of a server control, ASP.NET automatically adds the controls to the containing server control's ControlCollection. Any HTML tags or text strings that are not processed on the server are treated as LiteralControl objects. These are added to the collection like other server controls.
The Controls property allows you programmatic access to the instance of the
BasicDatePicker Class | BasicFrame.WebControls Namespace | ControlCollection