本文介绍了Modalpopupextender没有显示弹出窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我已经创建了一个示例Web应用程序。在那里我使用modalpopupextendor显示一个弹出窗体来从用户获取信息。它的工作完美。但之后我通过在解决方案中添加母版页将此网页转换为内容形式。该页面工作正常但弹出窗口没有显示。该页面处于不可编辑状态,但不显示弹出窗口。我在mater页面中添加了脚本管理器,并在内容页面中添加了scriptmanagerproxy。任何帮助表示赞赏。



谢谢

Hi everybody,

I have create a sample web application. In that i displayed a popup form using modalpopupextendor to get info from user. Its working perfectly. But after when i convert this webpage into content form by adding master page in the solution. That page is working correctly but the popup not showing. The page gets non editable state but its not showing the popup only. I added the script manager in the mater page and also added scriptmanagerproxy in the content page too. Any help appreciated.

Thank you

推荐答案







这里 mdlPopup 是modalpopup Extender控件的设计时ID。



Here mdlPopup is the design time id of the modalpopup Extender control.


这篇关于Modalpopupextender没有显示弹出窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-05 04:20