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

Asynchronous Requests

1 Answer 94 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Big B
Top achievements
Rank 1
Big B asked on 12 Feb 2010, 02:42 AM
Guys,

I have Script Manager on the page and a bunch of controls that will be making requests to the database.
I wonder if those requests will be executed in asynchronous manner (the goal is to see some data on the page while other requests would still being served)...
Again, there is no javascript - just a bunch of user controls rendering text and images.

Thank you
B

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 16 Feb 2010, 07:58 AM
Hi Big B,

The option you might consider is queuing the ajax requests as explained in this documentation article. Thus the async requests will be performed one after the other if you triger several simultaneously.

Best,
Sebastian
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Ajax
Asked by
Big B
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or