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

error when add RadCaptcha

1 Answer 57 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
Jason Denman
Top achievements
Rank 1
Jason Denman asked on 30 Jun 2010, 09:07 PM
I am creating a page. When I add the RadCaptcha I get an error.

The error is: The control with ID '' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.

The code for the RadCaptcha is:

<

 

telerik:RadCaptcha ID="RadCaptcha1" runat="server" ValidationGroup="Group"

 

 

    ErrorMessage="Page not valid. The code you entered is not valid." >

 

</telerik:RadCaptcha>

 

 

 

 

1 Answer, 1 is accepted

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

Does your page have a asp:ScriptManager or telerik:RadScriptManager? RadCaptcha is an AJAX enabled control and requires a ScriprManager to be present on the page.

Greetings,
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
Jason Denman
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or