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

RadAjaxManager (Proxy) is cancelling POST request

2 Answers 44 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
al santsu
Top achievements
Rank 1
al santsu asked on 03 Jan 2013, 04:47 PM
I'm using RadAjaxManagerProxy in UserControls (.ascx) and a RadAjaxManager in Page (.aspx). It's working, but when I try refresh two user controls at same time the first POST request is canceled.

2 Answers, 1 is accepted

Sort by
0
Kevin
Top achievements
Rank 2
answered on 05 Jan 2013, 03:50 PM
Hello Al,

That is to be expected unless you set the RequestQueueSize to a certain limit. So in your case, you can set the RequestQueueSize of your RadAjaxManager to 2, in order for the second request to not cancel the first.

I hope that helps.
0
al santsu
Top achievements
Rank 1
answered on 07 Jan 2013, 10:32 AM
It's working! Thanks a lot!
Tags
Ajax
Asked by
al santsu
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 2
al santsu
Top achievements
Rank 1
Share this question
or