Recaptcha ErrorMessage Property in ASP.NET -
I am using recaptcha in an ASP.NET 3.5 application and for some weird reason the error property is not working. Below is my code typed text recaptcha image text does not match with shows it is still the default error message when "wrong. Try again." Instead of my custom error messages can be caused by this strange behavior
& lt; recaptcha: RecaptchaControl id = "recaptcha" runat = "server" PublicKey = "****************** *************" PrivateKey = "*******************" theme = "white" error = "this is a typo error" / & Gt;
You have a little tag message Have put in. Here is my code snippet:
& lt; Tr & gt; & Lt; Td align = "center" colspan = "2" & gt; & Lt; recaptcha: RecaptchaControl subject = "white" id = "recaptcha" runat = "server" PrivateKey = "*************" PublicKey = "********** ** * "/> & Lt; / TD & gt; & Lt; / TR & gt; & Lt; TR & gt; & Lt; Td align = "center" colspan = "2" style = "color: red" & gt; & Lt; ASP: ASP: Little Eddy = "Failerete" runat = "server" enabledVeget = "false" text = "You have not entered verification words correctly, please try again." & Gt; & Lt; / Asp: literal & gt; & Lt; / TD & gt; & Lt; / TR & gt;
- Mike
Comments
Post a Comment