ASP.NET C# Sending Information Back to Client While Processing Web Page
Posted
by user204588
on Stack Overflow
See other posts from Stack Overflow
or by user204588
Published on 2009-11-29T05:31:52Z
Indexed on
2010/05/22
16:30 UTC
Read the original article
Hit count: 152
Hi,
Not sure if I'll explain this properly but here goes. I having written an asp.net app using C# for the code behind. After the user makes some selection and hits the "run" button I pass off the processing to a dll written in C# but what I want is a way to periodically send information back to the client so they can see what's going on like how many records have been processed and things like that. How can I accomplish this?
thanks
© Stack Overflow or respective owner