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

Update Content In RadDock

1 Answer 45 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Gary
Top achievements
Rank 1
Gary asked on 13 Mar 2013, 09:30 AM
Hi All,

I've a portal page which consists of multiple portlet. Each portlet will load different data individually and asynchronously. Now I use asp.net timer to perform the update. But I found that when a portlet start to perform update and manual interaction with other portlet will interrupt the auto update. How can I solve this problem?

Thanks,
Gary

1 Answer, 1 is accepted

Sort by
0
Accepted
Dobromir
Telerik team
answered on 14 Mar 2013, 11:15 AM
Hi Gary,

If I understand you correctly you are updating RadDock content automatically using Timer control and if simultaneous request occur the first one is aborted.

If this is the case, this problem is not related to RadDock or Timer control but to the ASP.NET framework in general - it is not possible to trigger simultaneous AJAX requests. You can avoid this issue utilizing RadAjaxManager and setting its RequestQueueSize property.

If this is not the case, could you please describe in more details the exact scenario - a sample fully runnable page demonstrating the problem will be of great help solving the issue.

Regards,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Dock
Asked by
Gary
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or