tags:

views:

37

answers:

3
+1  Q: 

CAPTCHA creation

How can one create a captcha application as a field in the form say registration form...?

+2  A: 

This should get you started.

Zabba
+2  A: 

you can get from here http://www.captcha.net/

Muhammad Akhtar
+1  A: 

go to recaptcha website,register your website there ,they will give dll ,add that reference to your project and include that wherever you want in your web form.

something like this(i am not sure of this code..),

<recaptcha:control runat='server'.....>
..
</recpatcha>
srinivas reddy thatiparthy