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
Just put ScriptManager inside form tag like this:
ScriptManager
form
If it has Master Page then Put this in the Master Page itself.
Master Page