This is a migrated thread and some comments may be shown as answers.

Multiple simultaneous Ajax requests

1 Answer 301 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Al
Top achievements
Rank 1
Iron
Iron
Iron
Al asked on 10 Dec 2014, 09:15 AM
Hi,

I have read that this may be possible by setting the queuing on radAjaxManager? I have:

 - A button that is ajaxed to start a server-side process
 - A timer that is ajaxed to read progress from the process above and update a label

It appears to me that only one ajax process can run at a time because the timer stops firing while the other process is running?

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 13 Dec 2014, 04:28 PM
Hi Al,

In the context of ASP.NET AJAX it is not possible to have simultaneous AJAX request.

With RadAjaxManager you can set the RequestQueueSize and allow multiple request to be added to the queue, but again, each request will be made separately.

Following are some articles explaining why this is not possible with ASP.NET AJAX:

Best Regards,
Konstantin Dikov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Ajax
Asked by
Al
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Konstantin Dikov
Telerik team
Share this question
or