webform1.aspx
来自「This is program that i just have downloa」· ASPX 代码 · 共 19 行
ASPX
19 行
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="WebApplication1.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>WebForm1</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<asp:button id="Button1" runat="server" Text="Retrieve single item"></asp:button>
<asp:Button id="Button2" runat="server" Text="Retrieve object Collection"></asp:Button>
<asp:Button id="Button3" runat="server" Text="Search"></asp:Button>
<asp:DataGrid id="DataGrid1" runat="server"></asp:DataGrid></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?