Reputation: 27185
I want to create a CAPTCHA similar to http://www.gigbooks.com/getcaptcha.php this one. But its in PHP an anyone provide me the code to create the same in ASP.NET ?
I am using ASP.NET 2.0 (C#)
Thanks,
Upvotes: 5
Views: 35902
Reputation: 64026
For a programmatic API to reCAPTCHA, start at the recapture home page.
If you just want to hide contact emails, take a look at Google's reCAPTCHA mailhide.
Upvotes: 15