我在模态弹出扩展器中有更新面板,并且在母版页中有脚本管理器,但是当我运行网站时,出现以下错误:[InvalidOperationException:ID 为“udpOutterUpdatePanel”的控件需要 S
criptManager on the page. The ScriptManager must appear before any controls that need it.]
System.Web.UI.UpdatePanel.get_ScriptManager() +303
System.Web.UI.UpdatePanel.RegisterPanel() +170
System.Web.UI.UpdatePanel.RegisterPanel() +132
System.Web.UI.UpdatePanel.OnInit(EventArgs e) +53
System.Web.UI.Control.InitRecursive(Control namingContainer) +605
System.Web.UI.Control.InitRecursive(Control namingContainer) +323
System.Web.UI.Control.InitRecursive(Control namingContainer) +323
System.Web.UI.Control.InitRecursive(Control namingContainer) +323
System.Web.UI.Control.InitRecursive(Control namingContainer) +323
System.Web.UI.Control.InitRecursive(Control namingContainer) +323
System.Web.UI.Control.InitRecursive(Control namingContainer) +323
System.Web.UI.Control.InitRecursive(Control namingContainer) +323
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2241
当我在我的页面中添加 scriptmanager 时,它给出的错误是“只允许一个实例”。请帮我解决这个问题。我正在使用 Windows 7,vs2010
提前致谢...