index.aspx 267 B

12345678910111213
  1. <%@ Page Language="C#" Theme="Green" %>
  2. <script runat="server">
  3. void Page_Init ()
  4. {
  5. // throw new Exception ();
  6. }
  7. </script>
  8. <form runat="server">
  9. <asp:Label runat="server" id="label" Text="Label"/>
  10. <asp:Button runat="server" id="button" Text="Button"/>
  11. </form>