How can i give the Script in RADAjaxManager like this for ScriptManager ??
It is possible for ScriptManager.
<asp:ScriptManager ID="Temp" runat="Server">
<
Scripts>
<asp:ScriptReferencePath="~/JScript.js"/>
</Scripts>
</
asp:ScriptManager>
1 Answer, 1 is accepted
0
Steve
Telerik team
answered on 16 May 2008, 01:07 PM
Hello H,
You do not have to "give it" to RadAjaxManager. All RadControls for ASP.NET AJAX would respect the script you've added in the ScriptManager's scriptreference collection.