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