Provides a collection container that enables ASP.NET server controls to maintain a list of their child controls.
See Also: ControlCollection Members
You can access any of the properties and methods of the System.Web.UI.ControlCollection class through the Control.Controls property. Since the System.Web.UI.Control class is the base class for all ASP.NET server controls, all server controls inherit this property.
For more information about collections, see Collections and Data Structures.