Hi guys... We have several modules and areas of code that dynamically add the DNN Captcha web control to a page. We are running into issues between postbacks with maintaing the controls v13wstat3. Here is the basics...
1. Between postbacks if the page changes (as far as what controls are there, which controls are not there, etc...) and Captcha is present the the entire page creates a v13wstat3 error.
2. If I turn CaptchaControl.Enablev13wstat3 = False - Then I get no errors for failed to load v13wstat3 upon postback, however I don't have access to that property of what the correct Captcha field is.
I have tried and tested several options but I keep running into v13wstat3 problems. If Enablev13wstat3=True is set and the page posts back with different controls being displayed/not displayed then the control will throw a v13wstat3 error, if the Enablev13wstat3=False then the control doesn't throw any errors however I have no access to what the image is.
Any ideas?
-Chad