ASP.NET - Update progress while processing data
- by Danny
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.