Hi I dropped the WebCaptcha onto a page but cannot get it to respond or do anything in the Design view. I get "value does not fall within expected range" and it does not respond to make modifications. Sometimes it says it has a duplicate ID but I don't have a duplicate ID (I did a search to be sure).
It does work when I view in browser but I cannot find any documentation or samples how to code the Submit event so I can do something when they enter correct values.
Thanks, Jim
Hello JimsTech03,
Thanks for your post. The described issue sounds strange to me. Could you provide more information about your environment. So first of all I would suggest reset your toolbox and run once again the Toolbox utility. I have created a small sample for your reference to test it in your end. After you check my sample if you still have issues could you attach your sample here and I will investigate it further.
About the documentation how to use the control you may check this link :
http://help.infragistics.com/NetAdvantage/ASPNET/2010.3?page=Web_WebCaptcha.html
I started over creating an new test page. I dropped the WebCaptcha onto the page and got the following error in the4 design view.
Error Creating Control - WebCaptcha1
Value does not fall within expected range.
I am using Visual Studio 2010 with the latest NetAdvantage controls. I often get this type of error when dropping an Infragistics control onto a page but then they often still work. For example, when I view in browser it displays ok and I can enter the values. It responces correctly if I enter the correct values and gives me an error if I enter the wrong values.
I tried to send a screen print but it is too big and it is not accepted.
Are there any samples of how to capture the event (like on click) like you do with button so I can do something.