3

I am using Google recaptcha for one of our projects. Is there any method to show the error messages after validating the reCaptcha.

I know that we can access the error message after validating it. I want to know that is there any inbuilt method to show error message

Mahesh KP
  • 6,248
  • 13
  • 50
  • 71
  • I think you yourself will have to use the error provided by them (like displaying to label etc). See if these tips help. http://code.google.com/apis/recaptcha/docs/tips.html – Subhash Dike Apr 26 '11 at 11:01
  • @Subhash: yes i already tried like that ie binding error messages to label. thanks :-) – Mahesh KP Apr 26 '11 at 12:00
  • 1
    Looks like you have asked same question earlier, not sure what's the purpose of having duplicated question. If some moderator is around, I recommend closing this as exact duplicate. – Subhash Dike Apr 26 '11 at 12:06
  • Can't you just check the recaptcha control's IsValid? Also is there no error message property for the control? If there is, you can use the plain ol' ASP.NET validation summary to display the messages on top and the ErrorMessage property to display it next to the control itself. – Saturn K Oct 09 '14 at 22:52

0 Answers0