ASP.NET - Update progress while processing data
Posted
by Danny
on Stack Overflow
See other posts from Stack Overflow
or by Danny
Published on 2010-03-27T20:25:26Z
Indexed on
2010/03/27
21:13 UTC
Read the original article
Hit count: 227
Hope I can explain this correctly.
I have a process, that outputs step by step messages (i.e., Processing item 1... Error in item 2 etc etc).
I want this to be outputted to the user during the process, and not at the end.
I pretty sure i need to do this with threading, but can't find a decent example.
Thanks in advanced.
© Stack Overflow or respective owner