Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code to create CAPTCHA code in ASP.NET?

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,

like image 579
djmzfKnm Avatar asked Jan 10 '09 05:01

djmzfKnm


1 Answers

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.

like image 86
Lawrence Dol Avatar answered Oct 20 '22 23:10

Lawrence Dol