单击链接按钮时的模态窗口
我在数据列表中有一个 LinkButton。 当我单击此 LinkButton 时,我想打开一个模式窗口并在其中加载另一个 html 页面。
你们能帮我解决这个问题吗?
I have a LinkButton inside a data list. When I click on this LinkButton, I want to open a modal window and load another html page in it.
Can you guys please help me with this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您应该查看像 Thickbox 这样的 jQuery 插件,我用它来完成您的操作已经描述过。
You should check out a jQuery plugin like Thickbox, which I've used to do exactly what you've described.
检查 ModalPopupExtender ....它是 Ajax 控制工具包的一个组件。
首先从 CodePlex 下载它......然后将引用 *Binary.dll 添加到项目中。 ..您可以在您的页面中使用它。
check ModalPopupExtender....It's a component of Ajax Control toolkit.
First download it from from CodePlex ....and when you add reference the *Binary.dll to your project...you can use it within your pages.
我一直是 YUI 的忠实粉丝,他们有很棒的文档和示例,展示了如何进行设置。 [我也喜欢 jQuery]。
看看 YUI 的容器对象。 他们有非常光滑的可换肤模态面板:
http://developer.yahoo.com/yui/container /panel/
这是一个简单的示例:
http:// /developer.yahoo.com/yui/examples/container/panel-loading.html
服务器端
客户端
I have always been a big fan of YUI, they have great documentation and Examples showing how to set things up. [ i love jQuery too ].
Look at YUI's Container Objects. They have very slick skinable Modal Panels:
http://developer.yahoo.com/yui/container/panel/
Here is a simple example:
http://developer.yahoo.com/yui/examples/container/panel-loading.html
Server Side
Client Side