Repeater.ItemDataBound Event
.NET Framework 3.0
Occurs after an item in the Repeater control is data-bound but before it is rendered on the page.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: event RepeaterItemEventHandler^ ItemDataBound { void add (RepeaterItemEventHandler^ value); void remove (RepeaterItemEventHandler^ value); }
/** @event */ public void add_ItemDataBound (RepeaterItemEventHandler value) /** @event */ public void remove_ItemDataBound (RepeaterItemEventHandler value)
In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.
This event is raised when an item in the Repeater control is data-bound.
For more information about handling events, see Consuming Events.
Community Additions
ADD
Show: