问题描述
当我运行项目时:
我得到了这些:
无法找到指定的ModalPopupExtender。
[ArgumentException的:无法到找到指定ModalPopupExtender]
AjaxControlToolkit.ConfirmButtonExtender.RegisterDisplayModalPopup ()中 d:\hg\act\Server\AjaxControlToolkit\ConfirmButton\confirmButtonExtender.cs:55
AjaxControlToolkit.ConfirmButtonExtender.OnLoad (EventArgs的)中 d:\hg\act\Server\AjaxControlToolkit\ConfirmButton\confirmButtonExtender.cs:37
的System.Web .UI.Control.LoadRecursive()+54
System.Web.UI.Control.LoadRecursive()+145
System.Web.UI.Control.LoadRecursive()+145
系统。 Web.UI.Control.LoadRecursive()+ 145
System.Web.UI.Page.ProcessRequestMain( Boolean includeStagesBef oreAsyncPoint,布尔 includeStagesAfterAsyncPoint)+772
when i run the project:
I got these:
Unable to find specified ModalPopupExtender.
[ArgumentException: Unable to find specified ModalPopupExtender.] AjaxControlToolkit.ConfirmButtonExtender.RegisterDisplayModalPopup() in d:\hg\act\Server\AjaxControlToolkit\ConfirmButton\confirmButtonExtender.cs:55 AjaxControlToolkit.ConfirmButtonExtender.OnLoad(EventArgs e) in d:\hg\act\Server\AjaxControlToolkit\ConfirmButton\confirmButtonExtender.cs:37 System.Web.UI.Control.LoadRecursive() +54 System.Web.UI.Control.LoadRecursive() +145 System.Web.UI.Control.LoadRecursive() +145 System.Web.UI.Control.LoadRecursive() +145 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
这篇关于加载ModalPopupExtender时出现问题。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!