<ig:WebScriptManager ID="WebScriptManager1" runat="server"> </ig:WebScriptManager> <ig:WebCaptcha ID="WebCaptcha1" runat="server" Width="250px"> </ig:WebCaptcha>
The WebCaptcha™ component provides easy to use protection against automated form submissions. All you need to do to create a WebForm with an instance of WebCaptcha, is to drag and drop WebScriptManager and WebCaptcha components from Visual Studio Toolbox. The generated code should look like:
In HTML:
<ig:WebScriptManager ID="WebScriptManager1" runat="server"> </ig:WebScriptManager> <ig:WebCaptcha ID="WebCaptcha1" runat="server" Width="250px"> </ig:WebCaptcha>
<httpHandlers> <add path="WebCaptchaImage.axd" verb="GET,HEAD" type="Infragistics.Web.UI.EditorControls.CaptchaImageHandler" validate="true" /> </httpHandlers>