System.Web.UI.WebControls.Repeater.OnLoad Method

Raises the System.Web.UI.Control.Load event and performs other initialization.

Syntax

protected override void OnLoad (EventArgs e)

Parameters

e
The System.Web.UI.WebControls.RepeaterItemEventArgs object that contains the event data.

Remarks

The Repeater.OnLoad(EventArgs) method notifies the System.Web.UI.WebControls.Repeater control that it should perform actions that are common to each HTTP request for the page that it is associated with, such as setting up a database query. At this stage in the page life cycle, server controls in the hierarchy are created and initialized, view state is restored, and form controls reflect client-side data.

Requirements

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