我有Modal彈出式擴展器中的更新面板,並且在masterpage中有腳本管理器,但是當我運行網站時,出現以下錯誤: [InvalidOperationException:ID爲'udpOutterUpdatePanel'的控件需要Sasp.net updatepanel
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
在此先感謝...
感謝您的回覆,問題解決了。Script Manager不在Master頁面的適當位置。 – user1871770 2013-04-10 10:00:42