timer加载错误

xiaoxiao2021-02-28  52

错误:ID 为“Timer1”的控件需要页面上有ScriptManager。ScriptManager 必须在任何需要它的控件之前出现。

 

解决办法:

代码:(那个窗体出错那个源中写)

 <asp:ScriptManagerID="ScriptManager1" runat="server">

        </asp:ScriptManager>

转载请注明原文地址: https://www.6miu.com/read-56838.html

最新回复(0)