带缩略图和全尺寸图像的 ModalPopupExtender
让我重写我的问题,我的网站中有一个 Ajax Accordion,用户可以添加图像,在 Accordion 中,我将缩略图和全尺寸图像的路径保留在 Sql Server 表中,用户可以看到缩略图,当他们单击缩略图时,我使用 ModalPopupExtender 打开一个 asp 面板来显示全尺寸图像,带有进度图像或预加载栏
实现此目的的最佳方法是什么?
提前致谢
let me rewrite my question, I have a Ajax Accordion in my web site, Users can add images, in Accordion,I keep the thumbnail and fullsize image's path in Sql Server table, Users can see the thumbnail, and when they click the thumbnail, I use a ModalPopupExtender that open an asp panel to show the full size image, with progress image or preload bar
What is the best way to achieve this?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否询问如何实现 ModalPopupExtender ?
Are you asking how to implement a ModalPopupExtender?
感谢您的回复,
我正在使用 javascript 取消隐藏 asp 面板,并将图像源替换为全尺寸图像,它在 IE 中工作,但在 FireFox、Opera 和 Chrome 中,用户必须在缩略图上单击几次才能看到全尺寸图像,第一次什么也没有显示,这就是问题所在
Thanks for your reply,
I am using javascript to unhide the asp panel, and replace the image source with full size image, it is working in IE, but in FireFox,Opera,and Chrome, user have to click several time on thumbnail to see the full size image,for the firts time it shows nothing, this is the problem