BoundField::OnDataBindField Method (Object^, EventArgs^)

 

Binds the value of a field to the BoundField object.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void OnDataBindField(
	Object^ sender,
	EventArgs^ e
)

Parameters

sender
Type: System::Object^

The source of the event.

e
Type: System::EventArgs^

An EventArgs that contains the event data.

Exception Condition
HttpException

The control to which the field value is bound is not a TextBox or a TableCell.

The OnDataBindField method is a helper method used to bind the value of a field in the data source to a corresponding cell in the BoundField object.

Notes to Inheritors:

When extending the BoundField class, you can override this method to perform a custom binding routine.

.NET Framework
Available since 2.0
Return to top
Show: