Closed GoogleCodeExporter closed 8 years ago
I just implemented the exact code on the page today and it worked perfectly. I
would recommend--
1. Removing the recaptcha control from the page and visiting the page. If the
error goes away, its definitely the recaptcha.
2. Checking that the tag definitely has a closing tag ( />)
3. Making sure that all tag properties have double quotes, and are closed out.
(Public_Key="key")
But everything from their site works for me.
Did you include this at the top of your page?
<%@ Register TagPrefix="recaptcha" Namespace="Recaptcha" Assembly="Recaptcha" %>
Original comment by micah.a....@gmail.com
on 25 May 2011 at 2:57
Thanks micah
I got the problem, I did not have a space between id and runat
ID="recaptcha"runat="server"
Original comment by Ashish.C...@gmail.com
on 25 May 2011 at 6:58
Original comment by adrian.g...@gmail.com
on 22 Aug 2011 at 8:38
Original issue reported on code.google.com by
Ashish.C...@gmail.com
on 24 May 2011 at 3:47