Welcome Guest Search | Active Topics | Sign In | Register

Progress bar in form submit Options
Itamar Budin
Posted: Thursday, March 26, 2009 6:51:04 PM

Rank: Newbie
Groups: Member

Joined: 3/26/2009
Posts: 2
Hi
I have a web from which contains some text box and file upload controls. The web form save the text box value to a database and upload the files.

I want to be able to add the progress bar so if I submit the form, the progress bar will show me the total progress of the entire form code behind logic (upload the files and adding the data to a database)

Is there a way for this to be done?
is there a way for me to tell the progress bar to listen to the form submit action?



Insanity: doing the same thing over and over again and expecting different results.
Albert Einstein, (attributed)

US (German-born) physicist (1879 - 1955)
eo_support
Posted: Thursday, March 26, 2009 7:48:30 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You can do it with the ProgressBar control. However you will not be able to make the uploader ProgressBar part of the overall ProgressBar. So you can have two ProgressBar's one for the file upload, one for the overall progress; or a single progress bar for the overall progress. In any case, you will want to take a look of the documentation and samples for the ProgressBar control to see how it works.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.