This method notifies the server control that it should perform actions common to each HTTP request for the page it is associated with.
Syntax
'Declaration
Protected Overrides NotOverridable Sub OnLoad( _
ByVal As EventArgs _
)
protected override void OnLoad(
EventArgs
)
Parameters
- e
- The EventArgs object that contains the event data.
See Also