System.Web.UI Namespace
Provides a collection container that enables ASP.NET server controls to maintain a list of their child controls.
You can access any of the properties and methods of the ControlCollection class through the Control.Controls property. Since the Control class is the base class for all ASP.NET server controls, all server controls inherit this property.
Controls HasControls