how to build progress bar

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

Hi,
Is there good article recommend for how to build a progress bar, or any
idea?

Thank.
 
HI Daniel,

In addition to John and Eliyahu's suggestions, here are some tech articles
disucssing
on display client waiting info when performing a long run task at the
serverside.

#How to show progress in the client browser for a long-running ASP.NET page
http://support.microsoft.com/?id=837375

#DESIGN PATTERNS: Asynchronous Wait State Pattern in ASP.NET
http://msdn.microsoft.com/msdnmag/issues/03/12/designpatterns/default.aspx
http://www.aspnetpro.com/NewsletterArticle/2003/08/asp200308bm_l/asp200308bm
_l.asp

Also, you can search some former threads in this group, there're also many
former ones disucssing on the same problem. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
 
Back
Top