?? booksearchresult.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BookSearchResult.aspx.cs" Inherits="BookManage_BookSearchResult" %>
<!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>
</head>
<body>
<form id="form1" runat="server">
<div>
<table id="table1" border="0" align=center width=520 runat="server" bgColor="#f1f0f4">
<tr>
<td align="center">
<br>
<h1><font face="楷體_GB2312"><b>查 詢 結 果</b></font></h1>
</td>
</tr>
<tr>
<td align="center">
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Width=100% BackColor="White" BorderColor="#999999" BorderStyle="None" BorderWidth="1px" CellPadding="3" Font-Size="10pt" GridLines="Vertical">
<Columns>
<asp:HyperLinkField DataNavigateUrlFields="BookID" DataNavigateUrlFormatString="ReaderBookDetails.aspx?bookID={0}" HeaderText="題名" DataTextField="BookName" />
<asp:BoundField DataField="BookAuthor" HeaderText="作者" />
<asp:TemplateField HeaderText="出版信息">
<ItemTemplate>
<asp:Label ID="Label1" runat="server"><%# Eval("BookPublish") %></asp:Label>
<asp:Label ID="Label2" runat="server"><%# Eval("BookPublishDate","{0:yyyy-MM}") %></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="BookIndex" HeaderText="索書號" />
</Columns>
<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" />
<AlternatingRowStyle BackColor="#DCDCDC" />
</asp:GridView>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -