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

HIPControl Class

Collapse All

A control designed to generate a random CAPTCHA image for a form, and validate that the correct letters and symbols were entered on form submission.

Namespace: Clearscreen.SharpHIP
Assembly: Clearscreen.SharpHIP (in Clearscreen.SharpHIP.dll)

Members | Remarks | Example | Inheritance Hierarchy | Thread Safety | See Also

Syntax

Visual Basic
Public Class HIPControl
    Inherits WebControl
C#
public class HIPControl : WebControl
C++
public __gc class HIPControl : public WebControl
JScript
public class HIPControl extends WebControl

Remarks

Additional information on installation and configuration may be found on the overview page

Example

Add the following code to the top of the page or control:
<%@ Register TagPrefix="cc1" Namespace="Clearscreen.SharpHIP" Assembly="Clearscreen.SharpHIP" %>
place the control in the place you want it to render when the users see the page over the web. Add the following code to that location:
<cc1:HIPControl id="HIPControl1" runat="server" />

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         Clearscreen.SharpHIP.HIPControl

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also

HIPControl Members | Clearscreen.SharpHIP Namespace