ScriptManager を利用することで外部 JavaScript ファイルを読み込むことができます。
<asp:ScriptManager ID="ScriptManager1" runat="server"> <Scripts> <asp:ScriptReference Path="~/JScript1.js" /> <asp:ScriptReference Path="~/JScript2.js" /> </Scripts> </asp:ScriptManager>
プログラミング tips を書いています。実行可能サンプルも公開しています。
2013年7月25日
ScriptManager を利用することで外部 JavaScript ファイルを読み込むことができます。
<asp:ScriptManager ID="ScriptManager1" runat="server"> <Scripts> <asp:ScriptReference Path="~/JScript1.js" /> <asp:ScriptReference Path="~/JScript2.js" /> </Scripts> </asp:ScriptManager>