I have added the following code to the aspx page but I rceive an html error satting "RecaptchaControl is not an element." Why is the control not in my toolbox where I can just drag and drop it on the form? If it is possible how do I add the control to the
Toolbox? Thanks for any help or suggestions.
This is not working for me. I get a dialoge bocx that says The typr library C:\Program Files\Microdoft Visual Studio\Common7\IDE\PublicAssemblies\Recaptcha.thl could not be loaded.
Member
219 Points
399 Posts
Recaptcha Control
Mar 29, 2011 12:34 PM|RSquared|LINK
I have added the following code to the aspx page but I rceive an html error satting "RecaptchaControl is not an element." Why is the control not in my toolbox where I can just drag and drop it on the form? If it is possible how do I add the control to the Toolbox? Thanks for any help or suggestions.
<ReCaptcha:RecaptchaControl ID="reCaptcha" runat="server"
PublicKey=""
PrivateKey="" />
Contributor
2350 Points
1014 Posts
Re: Recaptcha Control
Mar 29, 2011 02:45 PM|duttavr|LINK
In Toolbox you can see different groups/tabs
ex:- Standard, Data, Validation.
Member
219 Points
399 Posts
Re: Recaptcha Control
Mar 29, 2011 03:08 PM|RSquared|LINK
This is not working for me. I get a dialoge bocx that says The typr library C:\Program Files\Microdoft Visual Studio\Common7\IDE\PublicAssemblies\Recaptcha.thl could not be loaded.