SampleWebForm.aspx
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:1k
- <%@ Page language="c#" Codebehind="SampleWebForm.aspx.cs" AutoEventWireup="false" Inherits="SampleWebApp.WebForm1" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>WebForm1</title>
- <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
- <meta name="CODE_LANGUAGE" Content="C#">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- </HEAD>
- <body>
- <form id="Form1" method="post" runat="server">
- <P>
- <asp:Label id="lblOutput" runat="server" Width="424px"></asp:Label></P>
- <P> </P>
- <P>
- <asp:Button id="btnExecute" runat="server" Text="Execute"></asp:Button></P>
- </form>
- </body>
- </HTML>