See Also: ControlIDConverter Members
The System.Web.UI.WebControls.ControlIDConverter class derives from the System.ComponentModel.StringConverter class and provides a list of control IDs for display in a property grid control in design-time environments. The System.Web.UI.WebControls.ControlIDConverter class also serves as the base class for the System.Web.UI.WebControls.AssociatedControlConverter and System.Web.UI.WebControls.ValidatedControlConverter classes, which are type converters for Web controls and controls that support validation property attributes, respectively.
For more information about type converters, see [<topic://cpconImplementingTypeConverter>] or [<topic://cpconGeneralizedTypeConversion>].