Srivastava
Srivastava

Reputation: 3578

CAPTCHA creation

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

Upvotes: 1

Views: 463

Answers (3)

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>

Upvotes: 1

Muhammad Akhtar
Muhammad Akhtar

Reputation: 52241

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

Upvotes: 2

Zabba
Zabba

Reputation: 65457

This should get you started.

Upvotes: 2

Related Questions