📄 queryreaderoverform.aspx
字号:
<%--文件名:QueryReaderOverForm.aspx--%>
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="QueryReaderOverForm.aspx.cs" Inherits="QueryManage_QueryReaderOverForm" Title="当前位置:查询管理->查询超期读者"%>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 556px; height: 161px">
<tr>
<td align="left" style="font-size: 0.8em; width: 2232px; font-family: 宋体; height: 16px;
background-color: darkturquoise">
当前日期:<asp:TextBox ID="TextBox1" runat="server" Width="65px">2006-1-1</asp:TextBox>
读者姓名:<asp:TextBox ID="TextBox3" runat="server" Width="63px"></asp:TextBox>
读者性别:<asp:DropDownList ID="DropDownList1" runat="server">
<asp:ListItem>%%</asp:ListItem>
<asp:ListItem>男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:DropDownList>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="查询超期读者" Width="133px" /><br />
会员级别:<asp:DropDownList ID="DropDownList2" runat="server" AppendDataBoundItems="True"
DataSourceID="SqlDataSource1" DataTextField="会员名称" DataValueField="会员名称" Width="336px">
<asp:ListItem>%%</asp:ListItem>
</asp:DropDownList> <asp:Button ID="Button2" runat="server" OnClick="Button2_Click"
Text="打印超期读者" Width="133px" />
</td>
</tr>
<tr>
<td style="width: 2232px; height: 100px; background-color: gainsboro">
<asp:Panel ID="Panel1" runat="server" Height="300px" ScrollBars="Auto" Width="553px">
<asp:GridView ID="GridView1" runat="server" BackColor="White" BorderColor="#999999"
BorderStyle="None" BorderWidth="1px" CellPadding="3" Font-Names="宋体" Font-Size="Small"
GridLines="Vertical" Width="2154px">
<FooterStyle BackColor="#CCCCCC" ForeColor="Black" />
<RowStyle BackColor="#EEEEEE" ForeColor="Black" />
<SelectedRowStyle BackColor="#008A8C" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" />
<HeaderStyle BackColor="#000084" Font-Bold="True" ForeColor="White" HorizontalAlign="Center" />
<AlternatingRowStyle BackColor="#DCDCDC" />
</asp:GridView>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:MyBooksDBConnectionString %>"
SelectCommand="SELECT * FROM [会员等级]"></asp:SqlDataSource>
</asp:Panel>
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -