This is a migrated thread and some comments may be shown as answers.

Demo Contains Invalid Property TextChars="Numbers"

3 Answers 65 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
Lynn
Top achievements
Rank 2
Lynn asked on 19 Jan 2011, 07:12 PM
Unless I am mistaken (or the property has recently changed and the demo not upgraded to the latest version), the Captcha - Localization demo contains a property setting of TEXTCHARS="Numbers" which doesn't exist on my system. Instead, my controls have a property for setting the image text to all numbers of   

CaptchaImage-TextChars

 

 

="Numbers"

Does the demo need to be upgraded or changed or is my Captcha control somehow wrong?

Lynn

 

3 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 20 Jan 2011, 12:47 PM
Hello Lynn,

I tried the same with the versions 2010, 3, 1215, 20 and 2010, 1, 519, 35 and both worked fine.  I suppose the issue is because of the version that you are using. Please check the version of RadControls that you are using.

The following KB article describes how to Update Telerik's controls to another version.
Updating RadControls for ASP.NET to another version or license

Thanks,
Shinu.
0
Accepted
Pero
Telerik team
answered on 20 Jan 2011, 01:41 PM
Hello Lynn,

Please note that, in the demo, the TextChars property is set under the <CaptchaImage> tag, i.e. under the CaptchaImage inner (composite) property, which is of type CaptchaImage. Basically you could either have
<telerik:RadCaptcha CaptchaImage-TextChars="Numbers" , or
<telerik:RadCaptcha ..> <CaptchaImage TextChars="Numbers" , but you can't set both at the same time.

Greetings,
Pero
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Lynn
Top achievements
Rank 2
answered on 24 Jan 2011, 12:33 AM
Pero,

You are absolutely right!  My mistake!  Sorry to waste your time.

Lynn
Tags
Captcha
Asked by
Lynn
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Pero
Telerik team
Lynn
Top achievements
Rank 2
Share this question
or