I have added a CAPTCHA control to a CreateUserWizard conrtrol. I modified the control by adding a step, which shows the CAPTCHA first.
When the CAPTCHA validates, the step 2 comes up and the person signing up can enter their information.
The problem is that, when I use the CAPTCHA on a page using a MasterPage the control NEVER validates. Without the MasterPage, however, it functions normally.
To see this, see the links below:
With a MasterPage:
http://boca-vws00.veriotraining.com/test.aspx
Without a MasterPage:
http://boca-vws00.veriotraining.com/test2.aspx
The CAPTCHA control that I am using can be found at Code Project here:
http://www.codeproject.com/KB/custom-controls/CaptchaControl.aspx
Thanks,
Carlos
...
Go to the complete details ...