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

Rad captcha client side validation

1 Answer 229 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
josephjijo
Top achievements
Rank 1
josephjijo asked on 01 Jul 2010, 12:15 PM
i have a captcha, text boxes , combo boxes in a page.
But the client side validation of the captcha is not working.

<telerik:RadCaptcha CaptchaImage-BackgroundNoise="Medium"  CaptchaImage-TextColor="DarkSlateGray" 
                                EnableViewState="true" ProtectionMode="Captcha" CaptchaImage-TextChars="LettersAndNumbers" 
                                ID="rcapContactUs" runat="server" ErrorMessage=" The code you entered is not valid." 
                                Display="Dynamic" SetFocusOnError="True" ValidationGroup="MyContact"   
                                EnableRefreshImage="true"    
                                Font-Size="Smaller" CaptchaTextBoxCssClass="pageTextbox"   
                                CaptchaTextBoxLabelCssClass="pageLabelsHead" Font-Names="Arial"   
                                IgnoreCase="False">  
                                <captchaimage backgroundnoise="Medium" textcolor="DarkSlateGray" /> 
                            </telerik:RadCaptcha> 

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 02 Jul 2010, 07:42 AM
Hello,

RadCaptcha does not perform client-side validation, because of security reasons. A postback is needed for the code to be validated.

Best wishes,
Pero
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Captcha
Asked by
josephjijo
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or