WebForm1.aspx
上传用户:yiyuerguo
上传日期:2014-09-27
资源大小:3781k
文件大小:2k
源码类别:

C#编程

开发平台:

Others

  1. <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="Require.WebForm1" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>WebForm1</title>
  6. <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  7. <meta name="CODE_LANGUAGE" Content="C#">
  8. <meta name="vs_defaultClientScript" content="JavaScript">
  9. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  10. </HEAD>
  11. <body MS_POSITIONING="GridLayout">
  12. <form id="Form1" method="post" runat="server">
  13. <FONT face="宋体">
  14. <asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 16px" runat="server">输入0到100的数字a</asp:Label>
  15. <asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 8px; POSITION: absolute; TOP: 88px" runat="server">输入0到100的数字b</asp:Label>
  16. <asp:TextBox id="TextBox1" style="Z-INDEX: 103; LEFT: 184px; POSITION: absolute; TOP: 8px" runat="server"
  17. Width="112px"></asp:TextBox>
  18. <asp:TextBox id="TextBox2" style="Z-INDEX: 104; LEFT: 184px; POSITION: absolute; TOP: 80px" runat="server"
  19. Width="116px"></asp:TextBox>
  20. <asp:RangeValidator id="RangeValidator1" style="Z-INDEX: 105; LEFT: 72px; POSITION: absolute; TOP: 48px"
  21. runat="server" ErrorMessage="RangeValidator" ControlToValidate="TextBox1" MaximumValue="100" MinimumValue="0"
  22. Type="Integer">输入数字已经超界,请重新输入</asp:RangeValidator>
  23. <asp:RangeValidator id="RangeValidator2" style="Z-INDEX: 106; LEFT: 72px; POSITION: absolute; TOP: 120px"
  24. runat="server" ErrorMessage="RangeValidator" ControlToValidate="TextBox2" MaximumValue="100" MinimumValue="0"
  25. Type="Integer">输入数字已经超界,请重新输入</asp:RangeValidator>
  26. <asp:Button id="Button1" style="Z-INDEX: 107; LEFT: 40px; POSITION: absolute; TOP: 168px" runat="server"
  27. Text="统计ab之和" Width="216px"></asp:Button></FONT>
  28. </form>
  29. </body>
  30. </HTML>