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

Redirect problem

1 Answer 36 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Abdul
Top achievements
Rank 1
Abdul asked on 11 May 2011, 08:38 AM
<telerik:AjaxSetting AjaxControlID="SearchButton">
                        <UpdatedControls>                            
                            <telerik:AjaxUpdatedControl ControlID="RadCodeBlock2" LoadingPanelID="RadAjaxLoadingPanel1" />
                            <telerik:AjaxUpdatedControl ControlID="RadCodeBlock3"/>
                            <telerik:AjaxUpdatedControl ControlID="RadCodeBlock5"/>
                                                        
                            <telerik:AjaxUpdatedControl ControlID="DivNoData" />                            
                            
                            <telerik:AjaxUpdatedControl ControlID="ButtonPaging" />
                            <telerik:AjaxUpdatedControl ControlID="lbltcount" />
                            <telerik:AjaxUpdatedControl ControlID="lblresult" />
                            
                            <telerik:AjaxUpdatedControl ControlID="lblcount" />
                            
                            <telerik:AjaxUpdatedControl ControlID="txtSQLquery" />
                            
                            <telerik:AjaxUpdatedControl ControlID="RadGrid" LoadingPanelID="RadAjaxLoadingPanel1" />                            
                      </UpdatedControls>
                    </telerik:AjaxSetting>

25 more similar <telerik:AjaxSetting />

with different changes my pages is to heavy due to this <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
and my page is slow due to these lines when i redirect page through my own paging the page redirect very slow all time
please suggest an idea for me how can i use RadAjaxManager without any burden on my page.
Thanx

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 13 May 2011, 03:25 PM
Hello Abdul,

Please refer to the following article which elaborates on improving RadAjax performance:
http://www.telerik.com/help/aspnet-ajax/ajax-client-side-performance.html

Greetings,
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
Abdul
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or