Adds the specified System.Web.UI.Control object to the collection at the specified index location.
- index
- The location in the array at which to add the child control.
- child
- The System.Web.UI.Control to add to the collection.
The added control can be an instance of any ASP.NET server control, a custom server control you create, or a literal control.