Reputation: 3578
How can one create a captcha application as a field in the form say registration form...?
Upvotes: 1
Views: 463
Reputation: 11155
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