?? bborrowquery.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"> </td>
</tr>
<tr>
<td height="45" colspan="3" background="../images/tushujieyuechaxun.gif"> </td>
</tr>
<tr>
<td colspan="3" background="../images/tu shu pai hang2.gif"> </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>
<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 + -