T
Trapulo
I'm trying to run a "captcha" web control. Full control source is available
here:
http://www.codeproject.com/aspnet/CaptchaControl.asp?forumid=124885&select=2250821&df=100&fr=76
It doesn't work if I put it in an UpdatePanel (ASP.NET Ajax), but I cannot
understand where is the problem. Basically I've an updatepanel with an asp
panel inside. This panel is not visible when the page is loaded, but
contains the captcha control. After the user select a command from the page
(a linkbutton external to the updatepanel), I make visible the panel. All
this is working: then captcha control is visibile, and I can see the image.
All other form fields and asp.net validators that are in the same panel work
well, but this control cannot be validated.
Any idea?
thanks
here:
http://www.codeproject.com/aspnet/CaptchaControl.asp?forumid=124885&select=2250821&df=100&fr=76
It doesn't work if I put it in an UpdatePanel (ASP.NET Ajax), but I cannot
understand where is the problem. Basically I've an updatepanel with an asp
panel inside. This panel is not visible when the page is loaded, but
contains the captcha control. After the user select a command from the page
(a linkbutton external to the updatepanel), I make visible the panel. All
this is working: then captcha control is visibile, and I can see the image.
All other form fields and asp.net validators that are in the same panel work
well, but this control cannot be validated.
Any idea?
thanks