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

C#编程

开发平台:

Others

  1. <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="PCSWebClient1.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 method="post" runat="server" ID="Form1">
  13.       <asp:Label Runat="server" ID="resultLabel" /><br>
  14.       <asp:Button Runat="server" ID="triggerButton" Text="Invoke CanWeFixIt()" />
  15.     </form>
  16.   </body>
  17. </HTML>