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

Performance with client side data loading

1 Answer 43 Views
XmlHttpPanel
This is a migrated thread and some comments may be shown as answers.
JC
Top achievements
Rank 1
JC asked on 18 Apr 2013, 02:22 AM
Hi Telerik,

I believe the radajaxpanel and radxmlhttppanel somewhat serves the same purpose. When performance is considered, which control is
preferred especially when dealing with client side data loading?

Thankyou,
JC

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 18 Apr 2013, 04:45 AM
Hi,

The RadXmlHttpPanel's panel is able to provide better performance because, unlike AJAX, ASP.NET Callbacks do not go through the entire page lifecycle, but only through a small part of it. The data, returned from the server is also significantly smaller than the typical AJAX response - it is the data needed to update the content of the RadXmlHttpPanel only. No hidden variables, such as the ViewState content, are returned.

Thanks,
Princy.
Tags
XmlHttpPanel
Asked by
JC
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or