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

ScriptManager and RadAjaxManager into the MasterPage

1 Answer 165 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Suzi
Top achievements
Rank 1
Suzi asked on 03 Oct 2008, 08:48 AM
Is it possible to use ScriptManager and RadAjaxManager into a MasterPage ?

<asp:ScriptManager ID="smScriptManager" runat="server"></asp:ScriptManager>

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" />

I have an error : App Error : Exception of type 'System.Web.HttpUnhandledException' was thrown.

It is because, I use the Ajax.Net for some pages and RadAjax for others recently pages which use telerik components.

Thank you in advance.

1 Answer, 1 is accepted

Sort by
0
Accepted
Sebastian
Telerik team
answered on 06 Oct 2008, 10:11 AM
Hello Suzi,

Generally speaking, there should be no problems using asp ScriptManager instance side by side with RadAjaxManager for ASP.NET AJAX in a master page. You can see that in the sample project from the following code library thread named 'ExportFromContentPageWithAjaxEnabled_Web_UI.zip':

http://www.telerik.com/community/code-library/submission/b311D-ttcbe.aspx

To troubleshoot and eliminate the error you receive with your configuration, follow the guidelines from the documentation articles linke below:

http://www.telerik.com/help/aspnet-ajax/troubleshooting.html
http://www.telerik.com/help/aspnet-ajax/web-resources-troubleshooting.html

Best regards,
Stephen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
Suzi
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or