default.aspx 566 B

123456789101112131415161718192021
  1. <%@ Page Language="C#" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" >
  5. <head runat="server">
  6. <title>Client Event Syntax</title>
  7. </head>
  8. <body>
  9. <form id="form1" runat="server">
  10. <div>
  11. <asp:ScriptManager ID="ScriptManager1" runat="server">
  12. <Scripts>
  13. <asp:ScriptReference Path="EventSyntax.js" />
  14. </Scripts>
  15. </asp:ScriptManager>
  16. </div>
  17. </form>
  18. </body>
  19. </html>