ModalPopupExtender.Show() 在后面的代码中不可见
大多数创建模态弹出框的教程都在 ModalPopupExtender 控件的代码后面使用 Show() 和 Hide() 函数。但是,我创建的应用程序都无法编译,因为找不到这些控件。一整天都在研究这个问题,但没有找到解决方案或了解正在发生的事情。
Most tutorials for creating modal popup boxes utilize Show() and Hide() functions in the code behind for the ModalPopupExtender control. However, none of my created applications will compile because these controls can not be found. Been working on this all day and have found no solutions or insight as to what is going on.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先确保您安装了 AJAX 控制工具包 正确。
如果没问题,您尝试从哪里调用 Show() 函数?您的 ModalPopupExtender 放置在页面上的什么位置?
First make sure you installed the AJAX Control Toolkit correctly.
If this is OK, from where are you trying to call the Show() function? and where your ModalPopupExtender is placed on the page?