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
Public Class HIPControl Inherits WebControl
public class HIPControl : WebControl
public __gc class HIPControl : public WebControl
public class HIPControl extends WebControl
Additional information on installation and configuration may be found on the overview page
<%@ 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" />
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Clearscreen.SharpHIP.HIPControl
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.