How to setup the ScriptManager for JQuery and MS Ajax Framework

Quick note of how to set up JS frameworks using ScriptManager server control.

<asp:ScriptManager runat="server" EnablePageMethods="true">  <Scripts>    <asp:ScriptReference Path="~/MicrosoftAjaxTemplates.js" />    <asp:ScriptReference Path="~/js/jquery-1.2.6.min.js " />  </Scripts></asp:ScriptManager><?xml:namespace prefix = o />