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

📄 buyingview.aspx

📁 是一个教材管理系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="BuyingView.aspx.cs" AutoEventWireup="false" Inherits="BookManager.BuyingView" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>BuyingView</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">
.style8 { FONT-SIZE: 9pt; COLOR: #0066ff }
		</style>
	</HEAD>
	<body>
		<form id="Form1" 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="style8">教材采购总汇</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>&nbsp;</td>
				</tr>
				<tr>
					<td>
						<asp:DataGrid id=dgBuyingView runat="server" BorderColor="White" BorderStyle="Ridge" BorderWidth="2px" CellSpacing="1" BackColor="White" CellPadding="3" GridLines="None" Font-Size="9pt" Width="100%" DataSource="<%# dsBuyingViewInfo %>" DataKeyField="ID" DataMember="tblBookStorage" AutoGenerateColumns="False">
							<FooterStyle ForeColor="Black" BackColor="#C6C3C6"></FooterStyle>
							<SelectedItemStyle Font-Bold="True" HorizontalAlign="Center" ForeColor="White" BackColor="#9471DE"></SelectedItemStyle>
							<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:BoundColumn Visible="False" DataField="Expr1" SortExpression="Expr1" HeaderText="Expr1"></asp:BoundColumn>
								<asp:BoundColumn DataField="BookName" SortExpression="BookName" ReadOnly="True" HeaderText="书名"></asp:BoundColumn>
								<asp:BoundColumn DataField="Author" SortExpression="Author" ReadOnly="True" HeaderText="作者"></asp:BoundColumn>
								<asp:BoundColumn DataField="Price" SortExpression="Price" ReadOnly="True" HeaderText="价钱"></asp:BoundColumn>
								<asp:BoundColumn DataField="Publish" SortExpression="Publish" ReadOnly="True" HeaderText="出版社"></asp:BoundColumn>
								<asp:BoundColumn DataField="BookMark" SortExpression="BookMark" HeaderText="标准书号"></asp:BoundColumn>
								<asp:BoundColumn DataField="BookAttribute" SortExpression="BookAttribute" ReadOnly="True" HeaderText="属性"></asp:BoundColumn>
								<asp:TemplateColumn HeaderText="采购成功">
									<ItemTemplate>
										<FONT face="宋体">
											<asp:CheckBox id="cbSelect" runat="server" Font-Size="9pt"></asp:CheckBox></FONT>
									</ItemTemplate>
								</asp:TemplateColumn>
								<asp:TemplateColumn HeaderText="删除">
									<ItemTemplate>
										<FONT face="宋体">
											<asp:Button id="btDelete" runat="server" Font-Size="9pt" Text="删除" CommandName="UserDelete"></asp:Button></FONT>
									</ItemTemplate>
								</asp:TemplateColumn>
							</Columns>
							<PagerStyle HorizontalAlign="Right" ForeColor="Black" BackColor="#C6C3C6"></PagerStyle>
						</asp:DataGrid></td>
				</tr>
				<tr>
					<td>
						<div align="center">
							<asp:Button id="btSumbit" runat="server" Font-Size="9pt" Text="提交"></asp:Button>&nbsp;
							<asp:Button id="btBack" runat="server" Text="返回"></asp:Button>
						</div>
					</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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