search.aspx

来自「网上书店系统(查询、上传、编辑、包含购买」· ASPX 代码 · 共 23 行

ASPX
23
字号
<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">
			<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 40px; POSITION: absolute; TOP: 48px" runat="server"
				Width="120px" ForeColor="Black">查询结果如下...</asp:Label>
			<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 48px; POSITION: absolute; TOP: 104px" runat="server">查询:</asp:Label>
			<asp:TextBox id="TextBox1" style="Z-INDEX: 103; LEFT: 120px; POSITION: absolute; TOP: 104px"
				runat="server"></asp:TextBox>
			<asp:Button id="Button1" style="Z-INDEX: 104; LEFT: 304px; POSITION: absolute; TOP: 104px" runat="server"
				Width="40px" Text="查询"></asp:Button>
			<asp:DataGrid id="DataGrid1" style="Z-INDEX: 105; LEFT: 48px; POSITION: absolute; TOP: 152px"
				runat="server" Width="416px" Height="200px"></asp:DataGrid>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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