ASP.NET Threading

leedo2k

Active member
Joined
Nov 9, 2006
Messages
28
Programming Experience
Beginner
Hi,

I am using VS 2005. My question is: how do one handle updating the web UI in case of multi threading. My application sends a bunch of files to a remote server and I want the running threads to update the page the user sees. For example I wish to add processed items to a list box with a nice progress bar at the bottom. In windows forms, I used delegates to update the UI, how do I do that in ASP?

Thanks
 
Back
Top