SampleWebForm.aspx
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:1k
源码类别:

C#编程

开发平台:

Others

  1. <%@ Page language="c#" Codebehind="SampleWebForm.aspx.cs" AutoEventWireup="false" Inherits="SampleWebApp.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>
  12.     <form id="Form1" method="post" runat="server">
  13.       <P>
  14.         <asp:Label id="lblOutput" runat="server" Width="424px"></asp:Label></P>
  15.       <P>&nbsp;</P>
  16.       <P>
  17.         <asp:Button id="btnExecute" runat="server" Text="Execute"></asp:Button></P>
  18.     </form>
  19.   </body>
  20. </HTML>