I have created a new ASP.NET Web Application, and after debugging i got Server Error
The control with ID ‘WaitingPopup1’ requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.
I’m new with ASP.NET so where schould i install my ScriptManager, in the web.config?
The
ScriptManageris a control that needs to be added to the page you have created.Take a look at this Sample AJAX Application.