Removes all controls from the current server control's System.Web.UI.ControlCollection object.
Use this method to empty a custom control's System.Web.UI.ControlCollection when you override the Control.CreateChildControls and Control.DataBind methods. Do this when you develop composite, templated controls or templated data-bound controls.