Removes a child control, at the specified index location, from the System.Web.UI.ControlCollection object.
index The ordinal index of the server control to be removed from the collection.
To remove a control from the collection based on its value, use the ControlCollection.Remove(Control) method.