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
161 stars 68 forks source link

using the recaptcha control in updatepanel #29

Open ahmadawada11 opened 8 years ago

ahmadawada11 commented 8 years ago

Hi, how to reload the captcha control when it is placed inside update panel?

akuryan commented 7 years ago

I am also interested in same problem

akuryan commented 7 years ago

See this pull request - https://github.com/tanveery/recaptcha-net/pull/30 or my fork: https://github.com/akuryan/recaptcha-net It solves this problem for me.

akuryan commented 7 years ago

Added pull request #31 - it fixes issues with multiple reCaptchas on one page

athilmp commented 7 years ago

Dynamically create recaptcha control at the time of postback, We can use a div control to replace as recaptcha control

Demo