Dear All,
We have a public web site which is build under sharepoint 2010 and we use the NetAdvantage Captcha as a part of our contact form.
The captcha is work fine if the form is accessed anonymously , but if someone login on the site and access the form , they get Async request failed error when they press the refresh button on the captcha control.
kind regard
Peter Tabangan
Hi Maya,
Sorry for taking my response to long,
I tried the sample project and deploy it in normal sharepoint site and the error still exist ,
Please see attached file for the screen shot of the error.
I'm wondering if this could be some setting in web.config ?
kind regards
Hello Peter,
I’m just following up to see if you’ve been able to resolve your issue. If you have any questions or concerns or if you need further assistance please let me know.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support
Hello Peter ,
I’ve tested this on my side but I was unable to reproduce this. Could you test the attached webpart on your side?
Whether or not it works correctly may help indicate the nature of this problem.
If the project does not work correctly, this indicates a problem possibly specific to your environment.
If this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send a small sample project of your own if you have one.
Developer Support Engineer II
Sorry for the late response .
this is the how I define the captcha on my page
<ig:WebCaptcha ID="wcValidation" runat="server" Width="345px" Height="90px" EnableAjax="false" >
<InputValueEditor NullText="write text from image" Width="175px" ID="_editor"></InputValueEditor>
<SubmitButton Text="Submit" visible="False"></SubmitButton>
</ig:WebCaptcha>
and the error only occur when I use the refresh button of the control