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

📄 advancesearchforcust.aspx

📁 book shop system how to sell and buy online
💻 ASPX
字号:
<%@ Page language="c#" Inherits="BMS.AdvanceSearchForCust" CodeFile="AdvanceSearchForCust.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
  <HEAD>
		<title>AdvanceSearchForCust</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  </HEAD>
	<body bgColor=#ff6600 background="3.bmp">
		<form method="post" runat="server">
			<table width="90%" border="1" cellspacing="0" cellpadding="5" align="center" bordercolordark="#cccccc"
				bordercolorlight="#000000">
				<tr bgcolor="#cccccc">
					<td height="68" align="left" valign="middle" bgcolor="#0099ff" style="HEIGHT: 68px">
						<div align="center"><font size="5" color="#000000">
								<DIV align="center"><FONT color="#000000" size="5"><FONT size="4">
											<DIV align="center"><FONT color="#000000" size="5"><FONT color="#000000" size="4"><FONT size="6"><STRONG>GREAT 
																NET BOOK STORE</STRONG></FONT></FONT></FONT></DIV>
											<DIV align="center"><FONT color="#000000" size="5"><FONT color="#000000" size="4">&nbsp;--</FONT></FONT><FONT color="#000000" size="5"><FONT color="#000000" size="4">B</FONT></FONT></DIV>
											Bibliography Advanced Search</FONT></FONT>
							</DIV></font>
						</div>
					</td>
				</tr>
				<tr align="left" valign="middle" bgcolor="#ffffff">
					<td height="61" valign="top">
						<div align="center">
						</div>
						<div align="center"></div>
						<div align="center"></div>
						<div align="center">
							<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
								<tr bgcolor="#cccccc">
									<td colspan="4" style="HEIGHT: 10px" bgColor=activeborder>
										<div align="left"><font size="3" color="#000000">Search Option:</font></div>
									</td>
								</tr>
								<tr>
									<td width="27%" style="HEIGHT: 5px">
										<div align="right"><FONT face="宋体"><FONT face="宋体">BOOK NUMBER</FONT>:</FONT></div>
									</td>
									<td width="23%" style="HEIGHT: 5px">&nbsp;
										<asp:TextBox id="tbx_bid" runat="server" Width="98px"></asp:TextBox></td>
									<td width="124" style="WIDTH: 124px; HEIGHT: 5px" align="right">
										<DIV align="right">
											<DIV align="right">BOOK NAME:</DIV>
										</DIV>
									</td>
									<td width="26%" style="HEIGHT: 5px">&nbsp;
										<asp:TextBox id="tbx_bname" runat="server" Width="98px"></asp:TextBox></td>
								</tr>
								<tr>
									<td width="27%" style="HEIGHT: 25px">
										<div align="right">ISBN:</div>
									</td>
									<td width="23%" style="HEIGHT: 25px">&nbsp;
										<asp:TextBox id="tbx_bisbn" runat="server" Width="98px"></asp:TextBox></td>
									<TD style="WIDTH: 124px; HEIGHT: 25px" align="right" width="124">
										<DIV align="right">
											<DIV align="right">AUTHOR:</DIV>
										</DIV>
									</TD>
									<td width="26%" style="HEIGHT: 25px">&nbsp;
										<asp:TextBox id="tbx_bauthor" runat="server" Width="99px"></asp:TextBox></td>
								</tr>
								<tr>
									<td width="27%" style="HEIGHT: 28px">
										<div align="right">
											<DIV align="right">PRESS:</DIV>
										</div>
									</td>
									<td width="23%" style="HEIGHT: 28px">&nbsp;
										<asp:TextBox id="tbx_bpress" runat="server" Width="96px"></asp:TextBox></td>
									<td width="124" style="WIDTH: 124px; HEIGHT: 28px" align="right">&nbsp;&nbsp;TYPE:</td>
									<td width="26%" style="HEIGHT: 28px">&nbsp;
										<asp:DropDownList id="ddl_bgroup" runat="server">
											<asp:ListItem Value="0">Other</asp:ListItem>
											<asp:ListItem Value="1">Computer</asp:ListItem>
											<asp:ListItem Value="2">General Science</asp:ListItem>
											<asp:ListItem Value="-1" Selected="True">Unknown</asp:ListItem>
										</asp:DropDownList></td>
								</tr>
								<tr>
									<td width="27%" style="HEIGHT: 18px" align="center" colSpan="4">
										<DIV align="center"><FONT face="宋体">
												<asp:Button id="btn_search" runat="server" Text="Advanced Search" onclick="btn_search_Click"></asp:Button></FONT></DIV>
									</td>
								</tr>
							</table>
						</div>
					</td>
				</tr>
				<tr align="center" valign="middle" bgcolor="#eeeeee">
					<td bgcolor="#ffffff" height="11" vAlign="top" align="center">
						<div align="center">
							<table width="100%" border="0" cellspacing="0" cellpadding="0" height="223" style="HEIGHT: 223px">
								<tr>
									<td bgcolor="activeborder" style="HEIGHT: 1px"><font color="#000000">Search Result:</font></td>
								</tr>
								<tr>
									<td height="206" vAlign="top">&nbsp;
										<asp:DataGrid id="dgd_booklist" runat="server" PageSize="6" AutoGenerateColumns="False" AllowPaging="True"
											OnPageIndexChanged="DataGrid_Page" HorizontalAlign="Center">
											<Columns>
												<asp:HyperLinkColumn DataNavigateUrlField="bid" DataNavigateUrlFormatString="bookdetail.aspx?bid={0}"  DataTextField="bid" HeaderText="Order Bell" DataTextFormatString="{0}"></asp:HyperLinkColumn>
												<asp:BoundColumn DataField="bid" HeaderText="Book Number"></asp:BoundColumn>
												<asp:BoundColumn DataField="bname" HeaderText="Book Name"></asp:BoundColumn>
												<asp:BoundColumn DataField="bauthor" HeaderText="Author"></asp:BoundColumn>
												<asp:BoundColumn DataField="bpress" HeaderText="Perss"></asp:BoundColumn>
												<asp:BoundColumn DataField="pprice" HeaderText="Price"></asp:BoundColumn>
												<asp:BoundColumn DataField="pdiscount" HeaderText="Discount"></asp:BoundColumn>
											</Columns>
											<PagerStyle Mode="NumericPages"></PagerStyle>
										</asp:DataGrid></td>
								</tr>
							</table>
						</div>
					</td>
				</tr>
				<tr align="center" valign="middle" bgcolor="#eeeeee">
					<td bgcolor="activeborder" height="2">
						<asp:HyperLink id="HyperLink1" runat="server" NavigateUrl="bookmanage.aspx">RETURN</asp:HyperLink>&nbsp;</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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