Removes the specified server control from the parent server control's System.Web.UI.ControlCollection object.
value The server control to be removed.
To remove a control from an index location, use the ControlCollection.RemoveAt(int) method.