0
kicks
How do you know if all of your ajax calls have completed?
When you are doing multiple asynchronous calls to the server in succession, how do you know when they are all completed so you can move on to the next page? Here is an example of how to solve this problem using the Asp.Net Ajax library.