⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bborrowquery.aspx

📁 图书馆管理系统 包含有数据库等 和详细的页面设计 是一个不错的程序
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage/MainMasterPage.master" AutoEventWireup="true" CodeFile="BBorrowQuery.aspx.cs" Inherits="SysQuery_BBorrowQuery" Title="Untitled Page" EnableEventValidation="false"%>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table width="771" height="465" border="0" align="center" cellpadding="0" cellspacing="1" class="waikuang">
        <tr><form name="form1" method="post" action="">
          <td valign="top"><table width="756" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td width="756" height="24" colspan="3" align="right">&nbsp;</td>
            </tr>
            <tr>
              <td height="45" colspan="3" background="../images/tushujieyuechaxun.gif">&nbsp;</td>
            </tr>
            <tr>
              <td colspan="3" background="../images/tu shu pai hang2.gif">&nbsp;</td>
            </tr>
            <tr>
              <td colspan="3" valign="top" background="../images/tu shu pai hang2.gif" style="height: 246px">                
                <p><table width="745" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr>
                  <td align="center"></td>
                  </tr>
                <tr>
                  <td height="5" colspan="2"><table width="720" height="30" border="1" align="center" cellpadding="0" cellspacing="0" bordercolorlight="#B7B6B6" bordercolordark="#FFFFFF">
                    <tr>
                      <td height="28" bgcolor="#DFF5F5" class="daohang1"><table width="740" height="23" border="0" align="center" cellpadding="0" cellspacing="0">
                        <tr>
                          <td width="46" align="right"><img src="../images/chaxun tubiao.gif" width="32" height="27"></td>
                          <td width="104" class="daohang1">请选择查询条件:</td>
                          <td width="97"><label>
                            <asp:DropDownList ID="ddlCondition" runat="server" Width="96px" CausesValidation="True" OnSelectedIndexChanged="ddlCondition_SelectedIndexChanged" AutoPostBack="True">
                    <asp:ListItem>图书条形码</asp:ListItem>
                    <asp:ListItem>图书名称</asp:ListItem>
                    <asp:ListItem>读者编号</asp:ListItem>
                    <asp:ListItem>读者名称</asp:ListItem>
                    <asp:ListItem>借阅时间</asp:ListItem>
                </asp:DropDownList>&nbsp; 
                <asp:TextBox ID="txtCondition" runat="server" Width="118px"></asp:TextBox>
                          </label></td>
                          <td width="22" align="center" class="daohang1"><asp:Label ID="Label1" runat="server" Text="从" Visible="False"></asp:Label></td>
                          <td width="113"><label>
                            <asp:TextBox
                ID="txtFTime" runat="server" Visible="False" Width="101px"></asp:TextBox>
                          </label></td>
                          <td width="28" align="center" class="daohang1"><asp:Label ID="Label2" runat="server" Text="到" Visible="False"></asp:Label></td>
                          <td width="112"><asp:TextBox
                ID="txtTTime" runat="server" Visible="False" Width="101px"></asp:TextBox></td>
                          <td width="165" class="daohang1"><asp:Label ID="Label3" runat="server" Text="(日期格式为:2007-01-01)" Visible="False"></asp:Label></td>
                          <td width="53"><label>
                            <asp:Button ID="btnQuery" runat="server" OnClick="btnQuery_Click" Text="查询" />
                          </label></td>
                        </tr>
                      </table></td>
                      </tr>

                  </table>                    </td>
                </tr>
              </table>
                <asp:GridView ID="gvBorrowInfo" runat="server" AllowPaging="True" PageSize="5" AutoGenerateColumns="False" Font-Size="9pt" OnPageIndexChanging="gvBorrowInfo_PageIndexChanging" Width="678px" HorizontalAlign="Center">
                    <RowStyle HorizontalAlign="Center" />
                    <HeaderStyle BackColor="#DFF5F5" />
                    <Columns>
                        <asp:BoundField DataField="bookcode" HeaderText="图书条形码" ReadOnly="True" />
                        <asp:BoundField DataField="bookname" HeaderText="图书名称" />
                        <asp:BoundField DataField="readerid" HeaderText="读者编号" />
                        <asp:BoundField DataField="name" HeaderText="读者名称" />
                        <asp:BoundField DataField="borrowTime" HeaderText="借阅时间" />
                        <asp:BoundField DataField="ygbackTime" HeaderText="应还时间" />
                        <asp:BoundField DataField="isback" HeaderText="是否归还" />
                    </Columns>
                </asp:GridView></td>
              </tr>
            
            
            <tr>
              <td height="4" colspan="3" valign="top" background="../images/tu shu pai hang3.gif"></td>
            </tr>
            
          </table>
            </td></form>
        </tr>
      </table>
</asp:Content>

⌨️ 快捷键说明

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