tanveery / recaptcha-net

reCAPTCHA for .NET library lets you easily use Google's reCAPTCHA in an ASP.NET Web Forms / MVC / ASP.NET Core application.
Apache License 2.0
163 stars 69 forks source link

Client/Server Events on WebForm ASP.Net #52

Open AnGuard opened 5 years ago

AnGuard commented 5 years ago

Hi, first of all I want to thank you for this perfect library, it solved a problem for me. I have a question: I'm using it on "old" WebForms ASP.Net application and I'd like to enable the "Login"button only if reCAPTHCA is checked and validated, but I did not find any Client or Server event to attach to. Is there a way to achieve this? Yhanks