您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->个人图书管理系统源码>>BookManage/BookSearchResult.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:个人图书管理系统源码
当前文件:文件类型 MyLibary/BookManage/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>


        
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:个人图书管理系统源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号