本文介绍了加载ModalPopupExtender时出现问题。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我运行项目时:

我得到了这些:



无法找到指定的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时出现问题。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-18 16:31
查看更多