将gif图片插入ASP页面 [英] Insert gif image into asp page

查看:81
本文介绍了将gif图片插入ASP页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我的ASP页面有一个小问题.我有一个需要花费一些时间才能加载的功能,因此在加载时我想显示其中一个加载图像.我得到了一个.gif图像并尝试放入它,但是它不起作用,有人可以帮助我吗?谢谢您.

Hi all, i have a small problem with my asp page. I have a function that takes a while to load so while its loading i want to display one of those loading images. I got a .gif image and tried to put it in but it doesnt work, can anyone help me with this?Thanking you in advance.

推荐答案

添加Gif任何特定的文件夹..

< asp:image id ="Image1" runat ="server" imageurl =〜/Images/ajax-loader.gif" xmlns:asp =#unknown">
Add Gif any Specific Folder..

<asp:image id="Image1" runat="server" imageurl="~/Images/ajax-loader.gif" xmlns:asp="#unknown">


检查本文

http://www.ezzylearning.com/tutorial.aspx?tid=8964873 [ ^ ]
check this article

http://www.ezzylearning.com/tutorial.aspx?tid=8964873[^]


Gif会无法加载,因为它将使用相同的线程.
使用Ajax Update Panel将解决您的问题.
Gif will not load because it will use the same thread.
Using Ajax Update Panel will solve your problem.


这篇关于将gif图片插入ASP页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆