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

HIPControl.Render Method 

Collapse All

Renders the control to the screen.

Syntax

Visual Basic
Overrides Protected Sub Render( _ 
   ByVal writer As HtmlTextWriter _ 
)
C#
protected override void Render(
   HtmlTextWriter writer
);
C++
protected: void Render(
   HtmlTextWriter* writer
);
JScript
protected override function Render(
   HtmlTextWriter writer
);

Parameters

writer
The HtmlTextWriter object that recieves the server control content

See Also

HIPControl Class | Clearscreen.SharpHIP Namespace