Monday, February 6, 2012

How to validate ReCAPTCHA.

November 3, 2009 by · 7 Comments 

There are some cases when a user want to validate a CAPTCHA and perform some activity on its results. ReCAPTCHA gives an .NET API to perform some operations on its CAPTCHA component. Following is the code to validate a CAPTCHA on server side. ASPX Markup: <!– Start ReCAPTCHA –> <span class="orangetext">Captcha Verification:</span> <recaptcha:RecaptchaControl ID="recaptcha" runat="server" [...]