Adds the specified Control object to the collection. The new child is logically added to the end of an ordinal index array.
[Visual Basic] Overridable Public Sub Add( _ ByVal child As Control _ ) [C#] public virtual void Add( Control child ); [C++] public: virtual void Add( Control* child ); [JScript] public function Add( child : Control );
ControlCollection Class | ControlCollection Members | System.Web.UI Namespace