The ScriptManager must appear before any controls that need it

前端 未结 10 1805
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-28 11:52

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

10条回答
  •  粉色の甜心
    2020-11-28 12:41

    The script manager must be put onto the page before it is used. This would be directly on the page itself, or alternatively, if you are using them, on the Master Page.

    The markup would be;

     
    

提交回复
热议问题