Steve Orr"s Captcha control

Steve Orr"s Captcha control

am 22.04.2008 02:00:56 von matt p

Steve Orr has a neat Captcha control:
http://steveorr.net/articles/CAPTCHASP.aspx

but aside from "dragging the control onto your toolbox.." Does anyone have
any installation instructions: e.g. aspx code, etc... ?? I could not find
any..

Re: Steve Orr"s Captcha control

am 22.04.2008 05:26:46 von nomailreplies

1. Unzip and place the DLL in your app's BIN directory.
2. Right-Click the "General" tab in the Toolbox.
3. Select "Choose Items".
4. Click the "Browse" button and navigate to the /bin directory of your app.
5. Select CAPTCHASP.dll and click the "Add" button.
6. Drag the CAPTCHASP icon which was added to the toolbox onto any Web Form.
7. Configure the Properties you want by placing the cursor on the CAPTCHA code
and choosing the Properties you want to configure from the Properties box.
8. Hit F5.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaƱol : http://asp.net.do/foros/
======================================
"matt p" wrote in message news:69DD8157-C937-43ED-862D-51E82BDC0999@microsoft.com...
> Steve Orr has a neat Captcha control:
> http://steveorr.net/articles/CAPTCHASP.aspx
>
> but aside from "dragging the control onto your toolbox.." Does anyone have
> any installation instructions: e.g. aspx code, etc... ?? I could not find
> any..