sanjeev roy

sanjeev roy

  • NA
  • 155
  • 9.4k

Ajax Tool Kit Scripts manager

Sep 25 2022 5:48 AM

 <asp:ScriptManager ID="ScriptManager1" runat="server">
            <Scripts>
               

                <asp:ScriptReference Name="MsAjaxBundle" />
                <asp:ScriptReference Name="jquery" />
             
                <asp:ScriptReference Name="jquery.ui.combined" />
                <asp:ScriptReference Name="WebForms.js" Assembly="System.Web" Path="../Scripts/WebForms/WebForms.js" />
                <asp:ScriptReference Name="WebUIValidation.js" Assembly="System.Web" Path="../Scripts/WebForms/WebUIValidation.js" />
                <asp:ScriptReference Name="MenuStandards.js" Assembly="System.Web" Path="../Scripts/WebForms/MenuStandards.js" />
                <asp:ScriptReference Name="GridView.js" Assembly="System.Web" Path="../Scripts/WebForms/GridView.js" />
                <asp:ScriptReference Name="DetailsView.js" Assembly="System.Web" Path="../Scripts/WebForms/DetailsView.js" />
                <asp:ScriptReference Name="TreeView.js" Assembly="System.Web" Path="../Scripts/WebForms/TreeView.js" />
                <asp:ScriptReference Name="WebParts.js" Assembly="System.Web" Path="../Scripts/WebForms/WebParts.js" />
                <asp:ScriptReference Name="Focus.js" Assembly="System.Web" Path="../Scripts/WebForms/Focus.js" />
                <asp:ScriptReference Name="jsc.js" Path="../Scripts/WebForms/jsc.js" />
               
                <asp:ScriptReference Name="WebFormsBundle" />
              
            </Scripts>
   </asp:ScriptManager>

 

How i use Ajax Toolkit scripts Manager instead of asp.scripts Manager.?

 


Answers (2)