The ControlCollection class provides a collection container that enables a control to maintain a list of its child controls.
Object
ControlCollection
[Visual Basic] Public Class ControlCollection Implements ICollection, IEnumerable [C#] public class ControlCollection : ICollection, IEnumerable [C++] public __gc class ControlCollection : public ICollection, IEnumerable [JScript] public class ControlCollection implements ICollection, IEnumerable
[To be supplied.]
Namespace: System.Web.UI
Assembly: System.Web.dll