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

Issue with RadAjaxLoadingPanel

1 Answer 66 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Smitha Kasinath
Top achievements
Rank 1
Smitha Kasinath asked on 23 May 2011, 06:26 AM
Hello,

In our application, we have a scenario where we need to handle multiple ajax postbacks executing in parallel. We have set "RequestQueueSize" of the Ajax Manager to 10 to accomplish this,

After doing so, We found a problem when we tested the scenario outlined below :

We have 2 combos(Say combo1 and combo2) on a page, both of which cause postbacks to populate different fields . We executed the following steps:

1. choose a value in combo1. Combo 1 posts back to fetch and populate related values on our page
2. change the selected value in combo1. While its postback is executing, choose a value in combo2.

On doing this we found both postbacks execute successfully. But After combo2's postback finishes executing, the state of combo1 is restored to what it was after step1 above.

Any help with solving this problem would be greatly appreciated.
Thank you

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 25 May 2011, 02:43 PM
Hello Smitha,

Could you please post your markup and the related code behind. Thus we will be able to further research o the issue and provide proper solution.

Best wishes,
Maria Ilieva
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Ajax
Asked by
Smitha Kasinath
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or