📄 jhdcx.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="jhdcx.aspx.cs" Inherits="jhdcx" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<link href="StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body style="text-align: center">
<form id="form1" runat="server">
<div>
<br />
<br />
<br />
<br />
<table style="width: 500px; height: 83px; table-layout: fixed;">
<tr>
<td style="width: 100px; height: 27px;">
</td>
<td align="left" style="width: 400px; height: 27px;">
购货单查询</td>
</tr>
<tr>
<td style="width: 100px; height: 27px;">
日期范围</td>
<td align="left" style="width: 400px; height: 27px;">
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
至<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px; height: 27px;">
商品编号</td>
<td align="left" style="width: 400px; height: 27px;">
<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="查询" Width="81px" /></td>
</tr>
</table>
</div>
<asp:GridView ID="GridView1" runat="server" Width="506px" AllowPaging="True" OnPageIndexChanging="GridView1_PageIndexChanging" PageSize="6">
<PagerSettings Mode="NextPrevious" NextPageText="下一页" PreviousPageText="上一页" />
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#EFF3FB" />
<EditRowStyle BackColor="#2461BF" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
<br />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -