如何像Facebook图像查看器一样打开ajax模型弹出扩展器?
我想在 Visual Studio 2010 的 .aspx 页面中使用 ajax ModelpopupExtender 控件。当用户单击任何按钮时,它应该打开弹出窗口,就像 facebook 打开弹出窗口一样显示照片。这意味着弹出窗口应该以这样的方式打开:它应该禁用背景,直到单击该弹出窗口的关闭按钮。如何打开页面或面板或该弹出窗口中的任何其他内容。请说出明确的步骤。我什至不知道该怎么做?
提前致谢...
I want to use ajax ModelpopupExtender control in my .aspx page in visual studio 2010. When user clicks any button,It should open popup like facebook opens popup to show photos. That means pop up should get opened in such a way that it should disable the background until closed button is clicked of that popup. How to open page or panel or any other thing in that popup. Please mention clear steps. I dont have even bit of idea how to do this?
Thanks in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
BackgroundCssClass="modalBackground" 您是否注意到这一行,这是您定义背景 css 的地方。
我认为这应该可行。
参考
BackgroundCssClass="modalBackground" did you notice this line this is where you define the css for the background.
I think this should work.
Reference