How to send data many times to browser in response to one request?
- by robert_d
I have a form on my web page, it allows to submit many queries to my website,
every query is on a separate line in TextArea. Because waiting for all queries to complete is
too long I would like to update the web page after every query completes.
How to do this in ASP.NET MVC 2?
I will be grateful for helpful responses.