Click here to Skip to main content
15,886,006 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
<b><big>The control with ID 'ControlID' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.</big></b>
Posted
Comments
Christian Graus 14-Jun-11 6:24am    
The error is in plain English, it means what it says. Try buying a book or reading the manual

Seems like you are trying to use any of the AJAX based control on your webpage. In order to use them, you need to put 'ScriptManager' control your webpage - it handles the AJAX based scripts and workflow.

From your toolbox, drag drop a script manager on the webpage at the of page design.
 
Share this answer
 
Comments
RakeshMeena 14-Jun-11 6:27am    
My 5!
thatraja 14-Jun-11 7:11am    
Spot on, 5!
Prasanta_Prince 14-Jun-11 9:18am    
Good one.
somewhere on your web page you have used ajax control. So in your page where ever you have placed that ajax control just put Script Manager control anywhere above that ajax control in that page.

Script manager is ajax Control and will not get displayed on run time.
It basically contains the parent classes which underlying ajax controls will use.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900