System.Web.UI.Design.DataBindingHandler.DataBindControl Method

Binds the specified control.

Syntax

public abstract void DataBindControl (System.ComponentModel.Design.IDesignerHost designerHost, System.Web.UI.Control control)

Parameters

designerHost
The System.ComponentModel.Design.IDesignerHost for the document.
control
The System.Web.UI.Control to bind.

Remarks

This method should be implemented in a derived class to provide functionality to a custom data-binding handler. The logic for the data binding should be implemented within this method, and can be specific to the type or types that the data-binding handler is to bind a property or properties on.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0