asp.net progress bar

 

http://www.west-wind.com/wconnect/webcontrols/progressBar.wcsx

RadProgressBar

int j = Textbox_InputText.Lines.Length;
(ss.Items[1] as RadProgressBarElement).Maximum = j;
int i;

for (i = 0; i < j; i++)  
{  
    ....Do import stuff  
    (ss.Items[1] as RadProgressBarElement).PerformStepValue1();   
    ss.Refresh();  

http://www.singingeels.com/Articles/RealTime_Progress_Bar_With_ASPNET_AJAX.aspx
http://www.dotnetcurry.com/ShowArticle.aspx?ID=384&AspxAutoDetectCookieSupport=1  (仅适用于一项完整的操作,并且提前知道耗费时间。need password dotnetcurry123#)
http://mattberseth2.com/demo/Default.aspx?Name=ASP.NET+AJAX+Progress+Bar+Control&Filter=All  (great)

http://www.cnblogs.com/anjou/archive/2006/10/27/541741.html

http://www.antardev.cn/showArticle.aspx?id=84

http://demo.antardev.cn/

http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=307#start

AJAX Real Time Progress Bar Control

http://blog.devarchive.net/2008/01/displaying-progress-bar-for-long.html

http://mattberseth.com/blog/2007/07/modalpopup_as_an_ajax_progress.html

http://mattberseth.com/blog/2007/07/delay_load_an_updatepanel.html

http://mattberseth.com/blog/2007/06/aspnet_ajax_rendering_a_gmaill.html

http://www.dotnetkicks.com/ajax/Rendering_a_Gmail_Loading_Indicator_over_a_Specific_ASP_NET_Control

http://dotnettogo.com/blogs/emad/archive/2007/08/04/ASP.NET-AJAX_3A00_-Rendering-a-Gmail_2D00_like-_2700_Loading_2700_-Indicator.aspx

http://blog.devarchive.net/2008/01/displaying-progress-bar-for-long.html

http://disturbedbuddha.wordpress.com/2007/12/10/disabling-a-trigger-control-during-asynchronous-postback/

http://mattberseth.com/blog/2007/07/delay_load_an_updatepanel.html

http://encosia.com/2007/10/03/easy-incremental-status-updates-for-long-requests/ (great)

http://demo.essentialobjects.com/Default.aspx?path=ProgressBar (great,free)

posted @   emanlee  阅读(569)  评论(0编辑  收藏  举报
编辑推荐:
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
阅读排行:
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
点击右上角即可分享
微信分享提示