当前位置:编程学习 > C#/ASP.NET >>

asp.net2.0进度条怎么做啊?

请问大家asp.net2.0进度条怎么做啊? --------------------编程问答-------------------- flash --------------------编程问答-------------------- http://www.cnblogs.com/anjou/archive/2006/10/27/541741.html 
http://www.cnblogs.com/suntears/archive/2007/04/24/725331.html --------------------编程问答-------------------- Ajax里面有进度条

--------------------编程问答-------------------- ajax updateprogress --------------------编程问答-------------------- xue xi --------------------编程问答-------------------- private void Loadding()
{
// Response.Write("<div id='mydiv'style='background-color:#CC4444;color:#FFFFFF;width:100px;FONT-SIZE: 9pt' >");
// Response.Write("_");
// Response.Write("</div>");
// Response.Write("<script>mydiv.innerText = '';</script>");
// Response.Write("<script language=javascript>;");
// Response.Write("var dots = 0;var dotmax = 10;function ShowWait()");
// Response.Write("{var output; output = '正在装载页面';dots++;if(dots>=dotmax)dots=1;");
// Response.Write("for(var x = 0;x < dots;x++){output += '.';}mydiv.innerText =  output;}");
// Response.Write("function StartShowWait(){mydiv.style.visibility = 'visible'; ");
// Response.Write("window.setInterval('ShowWait()',1000);}");
// Response.Write("function HideWait(){mydiv.style.visibility = 'hidden';");
// Response.Write("window.clearInterval();}");
// Response.Write("StartShowWait();</script>");
// Response.Flush();
// Thread.Sleep(10000);
} --------------------编程问答--------------------
记得取消注释哈
--------------------编程问答-------------------- 先谢谢了,我试下 --------------------编程问答-------------------- 不好意思,我试了页面上没东西出来啊,是不是我还有哪些地方没设置好啊,麻烦wfcfan 大哥说下 --------------------编程问答-------------------- 6楼正解 --------------------编程问答-------------------- 去看看 ASP.NET动态生成进度条 http://bbs.bc-cn.net/thread-181622-1-2.html --------------------编程问答-------------------- 说实话,网上那些没有注明清楚,我COPY后可以运行,但不能显示
不能明显的看到效果
--------------------编程问答-------------------- AJAX进度条控件是哪个名字,我对AJAX不是很熟 --------------------编程问答-------------------- http://www.cnblogs.com/suntears/archive/2007/04/24/724833.html --------------------编程问答--------------------
引用 13 楼 chuanzhe 的回复:
AJAX进度条控件是哪个名字,我对AJAX不是很熟

ajax中的updateprogress
还要加上自己的图片!!
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,