WebForm1.aspx
上传用户:ynjin1970
上传日期:2014-10-13
资源大小:6438k
文件大小:1k
源码类别:

中间件编程

开发平台:

Visual C++

  1. <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="WebApplication1.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:Button id="Button1" style="Z-INDEX: 101; LEFT: 632px; POSITION: absolute; TOP: 168px" runat="server"
  15. Text="线性搜索" Width="81px" Height="24px"></asp:Button>
  16. <asp:Button id="Button2" style="Z-INDEX: 102; LEFT: 632px; POSITION: absolute; TOP: 232px" runat="server"
  17. Text="并行搜索" Width="80px"></asp:Button></FONT>
  18. </form>
  19. </body>
  20. </HTML>