Default.aspx 603 B

12345678910111213141516171819
  1. <%@ Page Language="C#" AutoEventWireup="true" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5. <title>Untitled Page</title>
  6. </head>
  7. <body>
  8. <form id="form1" runat="server">
  9. <asp:ScriptManager ID="SM" runat="server" ScriptMode="Release">
  10. <Scripts>
  11. <asp:ScriptReference Path="CustomClient.js" ScriptMode="Debug" />
  12. </Scripts>
  13. </asp:ScriptManager>
  14. <div>
  15. </div>
  16. </form>
  17. </body>
  18. </html>