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.