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

📄 query_de.aspx

📁 是一个教材管理系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="Query_de.aspx.cs" AutoEventWireup="false" Inherits="BookManager.Query_de" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Query_de</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<style type="text/css">
.style4 {
	COLOR: #0066ff;
	font-size: 9pt;
}
		</style>
	</HEAD>
	<body>
		<form id="Query_de" method="post" runat="server">
			<table width="80%" border="0" align="center">
				<tr>
					<td><table width="100%" border="0" cellpadding="0" cellspacing="0">
                      <tr>
                        <td width="3%"><img src="pic/ym7.gif" width="25" height="24"></td>
                        <td width="16%" bgcolor="#e1dfff"><span class="style4">教材查询结果</span></td>
                        <td width="2%"><img src="pic/ym8.gif" width="19" height="24"></td>
                        <td width="79%" style="BORDER-BOTTOM: #e1dfff 4px solid">&nbsp;</td>
                      </tr>
                    </table></td>
				</tr>
				<tr>
					<td height="11" style="HEIGHT: 10px">&nbsp;</td>
				</tr>
				<tr>
					<td style="HEIGHT: 17px">&nbsp;</td>
				</tr>
				<tr>
					<td style="HEIGHT: 17px">
						<asp:DataGrid id="dgQuery" runat="server" BorderColor="White" BorderStyle="Ridge" BorderWidth="2px"
							CellSpacing="1" BackColor="White" CellPadding="3" GridLines="None" Width="100%" DataSource="<%# dvQuery %>" DataKeyField="BookInfoId" AutoGenerateColumns="False" Font-Size="9pt">
							<FooterStyle ForeColor="Black" BackColor="#C6C3C6"></FooterStyle>
							<SelectedItemStyle Font-Bold="True" HorizontalAlign="Center" ForeColor="White" BackColor="#9471DE"></SelectedItemStyle>
							<EditItemStyle HorizontalAlign="Center"></EditItemStyle>
							<AlternatingItemStyle HorizontalAlign="Center"></AlternatingItemStyle>
							<ItemStyle HorizontalAlign="Center" ForeColor="Black" BackColor="#DEDFDE"></ItemStyle>
							<HeaderStyle Font-Bold="True" HorizontalAlign="Center" ForeColor="#E7E7FF" BackColor="#4A3C8C"></HeaderStyle>
							<Columns>
								<asp:HyperLinkColumn Text="教材名" DataNavigateUrlField="BookInfoId" DataNavigateUrlFormatString="BookInfo_de.aspx?id={0}"
									DataTextField="BookName" HeaderText="教材名"></asp:HyperLinkColumn>
								<asp:BoundColumn DataField="Author" SortExpression="Author" ReadOnly="True" HeaderText="作者"></asp:BoundColumn>
								<asp:BoundColumn DataField="Publish" SortExpression="Publish" ReadOnly="True" HeaderText="出版社"></asp:BoundColumn>
								<asp:BoundColumn DataField="BookAttribute" SortExpression="BookAttribute" ReadOnly="True" HeaderText="属性"></asp:BoundColumn>
								<asp:BoundColumn DataField="Storage" SortExpression="Storage" ReadOnly="True" HeaderText="数量"></asp:BoundColumn>
							</Columns>
							<PagerStyle HorizontalAlign="Right" ForeColor="Black" BackColor="#C6C3C6"></PagerStyle>
						</asp:DataGrid></td>
				</tr>
				<tr>
					<td style="HEIGHT: 17px">&nbsp;</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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