A quick and easy-to-install ASP.NET CAPTCHA

HIPControl.OnLoad Method 

Collapse All

Raises the System.Web.UI.Control.Load event.

Syntax

Visual Basic
Overrides Protected Sub OnLoad( _ 
   ByVal e As EventArgs _ 
)
C#
protected override void OnLoad(
   EventArgs e
);
C++
protected: void OnLoad(
   EventArgs* e
);
JScript
protected override function OnLoad(
   EventArgs e
);

Parameters

e
The System.EventArgs object that contains the event data.

See Also

HIPControl Class | Clearscreen.SharpHIP Namespace