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

ScriptManager Problem

1 Answer 57 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Chandan Dey
Top achievements
Rank 1
Chandan Dey asked on 23 Feb 2011, 10:54 AM
Hi,

I am using RadControls for ASP.NET AJAX Q3 2010.
I my application scenario i want to create Sliding Panel Bar & and inside Sliding Panel Bar there is drag drop control.

Drag drop control using <ajaxToolkit:ToolkitScriptManager></ajaxToolkit:ToolkitScriptManager>

but Sliding Panel required <telerik:RadScriptManager></telerik:RadScriptManager>

I am using it like this

<telerik:RadScriptManager ID="ScriptManager" runat="server">
        <Scripts>
            <asp:ScriptReference Name="PreviewScript.debug.js" Assembly="Microsoft.Web.Preview" />
            <asp:ScriptReference Name="PreviewDragDrop.debug.js" Assembly="Microsoft.Web.Preview" />
            <asp:ScriptReference Path="~/Scripts/ItemDragDrop.js" />
        </Scripts>
</telerik:RadScriptManager>


but my application given an error:
Microsoft JScript runtime error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll.

If I use <ajaxToolkit:ToolkitScriptManager></ajaxToolkit:ToolkitScriptManager> there is no error with drag drop. But Slider Panel required <telerik:RadScriptManager></telerik:RadScriptManager>.

How to overcome this issue.
Please help me asap.
Regds.
Partha

1 Answer, 1 is accepted

Sort by
0
Prangadj
Top achievements
Rank 1
answered on 23 Feb 2011, 03:05 PM
Find solution in forum here, friend Partha.
Tags
General Discussions
Asked by
Chandan Dey
Top achievements
Rank 1
Answers by
Prangadj
Top achievements
Rank 1
Share this question
or