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

Page_ClientValidate / RadCaptcha

1 Answer 107 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
JJ
Top achievements
Rank 1
JJ asked on 14 Apr 2011, 08:40 PM
Page_ClientValidate doesn't seem to work with RadCaptcha, anyone had the same problem?

 

if (typeof (Page_ClientValidate) == 'function') {

 

 

 

// if we are doing a validation, return if it's false

 

 

if (Page_ClientValidate() == false) { return false; }

 

 

}

Thanks.

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 15 Apr 2011, 09:04 AM
Hi,

RadCaptcha does not perform client-side validation because of security reasons. A postback or Ajax call is needed for the control to validate the input (the code is validated on the server).

Kind regards,
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.

Tags
Captcha
Asked by
JJ
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or