Re: problem in loading data with AJAX
Posted By:
Anonymous
Posted On:
Friday, April 28, 2006 10:21 AM
If you are specifying any call back methods for your Ajax requests. you can make the requests sequential by making the second ajax request in the callback method of the first ajax request after the success response is received.