ASP.NET Long Process and Sending updates to Browser

Posted by user204588 on Stack Overflow See other posts from Stack Overflow or by user204588
Published on 2010-01-30T04:08:26Z Indexed on 2010/05/22 16:30 UTC
Read the original article Hit count: 207

Filed under:
|

Hello,

I've asked this before but I was hoping for another answer and perhaps some code samples because I've been having a difficult time with this. I have an asp.net page. The user hits the "Run" button and I have code IN AN ASSEMBLY, not in the APP_CODE folder that is called and runs a long process that moves product info from a file into the database. While the user waits, I would like them to see status updates like what product the import process in on and status info. I'm assuming I'd break off into another thread and use Ajax but I have no idea how to do this. Some code samples would be very helpful, thanks.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX