Repeater.OnItemDataBound Method
.NET Framework 3.0
Raises the ItemDataBound event.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void OnItemDataBound ( RepeaterItemEventArgs e )
protected function OnItemDataBound ( e : RepeaterItemEventArgs )
Not applicable.
Parameters
- e
The RepeaterItemEventArgs object that contains the event data.
Raising an event invokes the event handler through a delegate. For more information, see Consuming Events.
Notes to Inheritors: When overriding OnItemDataBound in a derived class, be sure to call the base class's OnItemDataBound method.Community Additions
ADD
Show: