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

HTTP Compression for AJAX Control toolkit 3

5 Answers 93 Views
Compression
This is a migrated thread and some comments may be shown as answers.
Akhilesh
Top achievements
Rank 1
Akhilesh asked on 01 Sep 2009, 12:59 PM
Hi
I am running on ASP.Net 3.5 and i am using controls from AJAX Control toolkit 3 heavily. now i want to use HTTP Compression applied on my pages.
i tried every trick but with every module AJAX throwing error. is there a way i can have Compression with AJAX ??

please let me know if i am not sounding clear or you need any information.

Thanks,
Akhilesh Bhale

5 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 01 Sep 2009, 01:26 PM
Hi Akhilesh,

Can you provide a bit more info about this error?

Sincerely yours,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Akhilesh
Top achievements
Rank 1
answered on 01 Sep 2009, 01:42 PM
Hi Vlad,

Sorry for not being clear.
when application encounter any AJAX control it says "AJAX clientside framework faild to load".

Akhilesh Bhale
0
Sebastian
Telerik team
answered on 01 Sep 2009, 02:19 PM
Hi Akhilesh,

Is it possible that you use RadScriptManager on the page which errors out? If so, try the solution explained in the relevant paragraph of this help topic or replace the RadScriptManager control with standard asp ScriptManager to see whether this addresses the problem.

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Akhilesh
Top achievements
Rank 1
answered on 01 Sep 2009, 03:42 PM
Hi Sebastian,

Thanks for reply. Actually i am not using RadScriptManager and working on standard Scriptmanager.

 <ajaxToolkit:ToolkitScriptManager runat="server" ID="scriptmgr" CombineScripts="true" LoadScriptsBeforeUI="false" AsyncPostBackTimeout="1200">
    </ajaxToolkit:ToolkitScriptManager>

please let me know if i need to use RadScriptManager for using this HTTP compression module..if yes, then my other AJAX control will work on this or not?

Thanks
Akhilesh Bhale
0
Sebastian
Telerik team
answered on 02 Sep 2009, 08:36 AM
Hello Akhilesh,

It is not required to have RadScriptManager on the page when enabling RadCompression.

Does replacing the ToolkitScriptManager is asp ScriptManager or setting its CombineScripts property to false/LoadScriptsBeforeUI to true produce different result? There is also an issue with the Sys.Application ScriptLoader (when LoadScriptsBeforeUI is set to false) mentioned in this forum thread which might be somehow related to this matter.

Kind regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Compression
Asked by
Akhilesh
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Akhilesh
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or