webform1.aspx

来自「数据库课程设计」· ASPX 代码 · 共 23 行

ASPX
23
字号
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="web.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 MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<asp:DataGrid id="DataGrid1" style="Z-INDEX: 101; LEFT: 72px; POSITION: absolute; TOP: 72px" runat="server"
					Width="376px" Height="232px"></asp:DataGrid>
				<asp:TextBox id="TextBox1" style="Z-INDEX: 102; LEFT: 256px; POSITION: absolute; TOP: 368px"
					runat="server" Width="112px" Height="32px"></asp:TextBox>
				<asp:Button id="Button1" style="Z-INDEX: 103; LEFT: 440px; POSITION: absolute; TOP: 392px" runat="server"
					Width="120px" Height="32px" Text="Button"></asp:Button></FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?