System.Web.UI.WebControls.ImageField.OnDataBindField Method

Binds the value of a field to the System.Web.UI.WebControls.ImageField object.

Syntax

protected virtual void OnDataBindField (object sender, EventArgs e)

Parameters

sender
The source of the event.
e
An EventArgs that contains the event data.

Remarks

The ImageField.OnDataBindField(object, EventArgs) method is a helper method used by the System.Web.UI.WebControls.ImageField class to bind the value of a field in the data source to a corresponding cell in an System.Web.UI.WebControls.ImageField object.

Requirements

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