jasonreber-gmail
-
4/3/2009 10:39:39 PM
The control with ID 'RadScheduler1' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.
Hi all,
I need to use the Telerik Scheduler (AJAX) component in my application, so I created a user control and a page to hold my user control.
I dragged the Telerik scheduler component from the tool box to the page, and when I run the application and view that page, I see the error:
"The control with ID 'RadScheduler1' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it."
So, I added a ScriptManager to the top of my user control, then when I run it I got the exact same message.
I then removed the Telerik Scheduler control, leaving only the Script Manager, and when I ran the project it told me:
"Error loading user control: Only one instance of a ScriptManager can be added to the page." !
When adding the Scheduler to a blank project, it works perfectly. But when I try and run it within the Kentico framework it bombs.
What am I doing wrong?
Jason
|