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 ScriptManager is a control that needs to be added to the page you have created.
ScriptManager
Take a look at this Sample AJAX Application.
...