javascript - How to collect multiple asynchronous results with JQuery AJAX call to MVC app -


i want able log series of events when doing server side background work in mvc web app. basically, have jquery ajax call triggering server side action. while asynchronous, action returns data once, when has completed (of if exception thrown example). need log messages on client side generated on server side.

considering this, there way post multiple log messages calling site while work still being done on server side ? ajax push way considering in context of ajax get/post ? there way not have asynchronous get/post, asynchronous results through same call using jquery ?


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -