Rank: Newbie Groups: Member
Joined: 2/5/2013 Posts: 1
|
Can anyone provide insight into how to utilize the ProgressBar dropped onto a DataList Control within an ASP page? The ASP page dynamically loads a variable length(size) DataList control with labels, checkbox and a ProgressBar control representing multiple downloads. The backend uses MS BITS for the downloading so I would like to associate the download with the ProgressBar. The DataList is populated using XML and is variable so the ASP will display 1-n ProgressBars. Using C# and BITS how can I use the BITS Job Events to increment the ProgressBar?
Thanks!
|