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

📄 showorder.aspx

📁 webshop系统,功能齐全,代数据库.压缩包解压时没有密码
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="ShowOrder.aspx.cs" AutoEventWireup="false" Inherits="WebShop.ShowOrder" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>ShowOrder</title>
		<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<LINK href="ioffice.css" type="text/css" rel="stylesheet">
		<LINK href="Styles.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout" leftmargin="0" topmargin="0">
		<FONT face="宋体"><FONT face="宋体">
				<FORM id="Form1" method="post" runat="server">
					<FONT face="宋体">
						<TABLE id="Table1" cellSpacing="0" cellPadding="0" border="0" height="100%" width="100%">
							<TR>
								<TD width="245" height="700"><iframe id="iFrame1" style="BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none"
										tabIndex="0" marginWidth="0" marginHeight="0" src="left.aspx" frameBorder="0" width="240" height="100%">
									</iframe>
								</TD>
								<TD vAlign="top" noWrap align="center">
									<TABLE id="Table2" style="WIDTH: 95%" cellSpacing="0" cellPadding="0" border="0">
										<tr>
											<td height="15" style="WIDTH: 202px"></td>
										</tr>
										<TR>
											<TD class="ActiveMenuItem" style="WIDTH: 202px" noWrap align="center"><FONT size="2">Order 
													details</FONT></TD>
											<TD style="WIDTH: 280px"></TD>
										</TR>
									</TABLE>
									<FONT face="宋体">
										<TABLE id="Table3" cellSpacing="0" cellPadding="0" width="95%" border="0">
											<TR>
												<TD style="HEIGHT: 10px" noWrap colSpan="3" height="26"></TD>
											</TR>
											<TR>
												<TD style="HEIGHT: 10px" noWrap colSpan="3" height="26"></TD>
											</TR>
											<TR>
												<TD style="HEIGHT: 10px" noWrap colSpan="3" height="26">
													<asp:datagrid id="Datagrid1" runat="server" Width="585px" AutoGenerateColumns="False" AllowPaging="True"
														AllowSorting="True" DataKeyField="BookId" BorderColor="#999999" CssClass="td" Height="180px">
														<HeaderStyle CssClass="tttable" BackColor="#D8C8A8"></HeaderStyle>
														<Columns>
															<asp:HyperLinkColumn Text="Name" DataNavigateUrlField="BookId" DataNavigateUrlFormatString="ShowBook.aspx?bookid={0}"
																DataTextField="Name" SortExpression="Name" HeaderText="书名" NavigateUrl="BookId"></asp:HyperLinkColumn>
															<asp:BoundColumn DataField="Publisher" SortExpression="Publisher" HeaderText="出版业"></asp:BoundColumn>
															<asp:BoundColumn DataField="Author" SortExpression="Author" HeaderText="作者"></asp:BoundColumn>
															<asp:BoundColumn DataField="Translator" SortExpression="Translator" HeaderText="翻译"></asp:BoundColumn>
															<asp:BoundColumn DataField="Price" SortExpression="Price" HeaderText="价格"></asp:BoundColumn>
														</Columns>
														<PagerStyle Mode="NumericPages"></PagerStyle>
													</asp:datagrid></TD>
											</TR>
											<TR>
												<TD style="HEIGHT: 10px" noWrap colSpan="3" height="26"></TD>
											</TR>
											<TR>
												<TD style="HEIGHT: 6px" noWrap height="6"></TD>
												<TD style="HEIGHT: 6px" noWrap width="20" height="6">
													<asp:Label id="lblNo" runat="server" Width="286px" Font-Size="X-Small" ForeColor="Blue">Label</asp:Label></TD>
												<TD style="HEIGHT: 6px" noWrap height="6"></TD>
											</TR>
											<TR>
												<TD noWrap colSpan="3"></TD>
											</TR>
										</TABLE>
										<asp:label id="lblInfo" runat="server" Width="467px" Visible="False" Font-Size="X-Small" ForeColor="Blue"></asp:label></FONT></TD>
							</TR>
						</TABLE>
					</FONT>
				</FORM>
			</FONT></FONT>
	</body>
</HTML>

⌨️ 快捷键说明

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