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)
|
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!
|