Provides a type converter that retrieves a list of System.Web.UI.WebControls.WebControl controls in the current container.
See Also: AssociatedControlConverter Members
The System.Web.UI.WebControls.AssociatedControlConverter class derives from the System.Web.UI.WebControls.ControlIDConverter class and provides a type converter specifically for controls that derive from the System.Web.UI.WebControls.WebControl class. It is used by the Label.AssociatedControlID property of the System.Web.UI.WebControls.Label control.
For more information about type converters, see How to: Implement a Type Converter or Generalized Type Conversion.