ASP.NET Threading issue

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 20:33 UTC
Read the original article Hit count: 306

Filed under:
|
|

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

Related posts about c#

Related posts about threading