System.Web.UI.WebControls.AssociatedControlConverter Class

Provides a type converter that retrieves a list of System.Web.UI.WebControls.WebControl controls in the current container.

See Also: AssociatedControlConverter Members

Syntax

public class AssociatedControlConverter : ControlIDConverter

Remarks

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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0