codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  progress bar in the ASP.NET web form  ipsoftware at 03:47 on Thursday, January 06, 2005
 

I would like to have a progress-bar like item in the ASP.NET web page when some operations at the backend may take some time to complete. Here, I don't want to use animated gif coz it may have copyright issue and also because of its size.

I just simply want to write code in the file behind (.aspx.cs) like:

function dosomething(){
progressbar.visible = true;

do real processing here...

progressbar.visible = false;
}

So I am wondering whether I may have label with blinking text to be the progress bar? if possible, how to make the text blinking?



I am trying to avoid using Response.Write() and Response.flush() function and other script functions (as much as possible) to update the progress bar status.

Anybody has better suggestions? thank you!

  Re: progress bar in the ASP.NET web form  sammyl33 at 18:14 on Wednesday, March 08, 2006
 

Hi, I am trying to do the same thing. I was wondering did you get a resolution for it? Thank you.

slam,








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  Re: using html buttons to run vb script
•  Re: drop-down menu selected value
•  Re: Write text strings to Serial Port
•  Re: Submit button, email setup
•  Re: TO SEND Text message or URL through Clickatell
•  sending of file over network
•  project on networking
•  Re: Walk With Walter for UNICEF Sponsorship
•  Stimulated Variation of the Card Game “War”


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2011