System.Web.UI.WebControls.DataList.ItemDataBound Event

Occurs when an item is data bound to the System.Web.UI.WebControls.DataList control.

Syntax

public event DataListItemEventHandler ItemDataBound

Remarks

The DataList.ItemDataBound event is raised after an item is data bound to the System.Web.UI.WebControls.DataList control. This event provides you with the last opportunity to access the data item before it is displayed on the client. After this event is raised, the data item is no longer available.

For more information about handling events, see How to: Consume Events in a Web Forms Application.

Requirements

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