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

📄 bookdetail.aspx

📁 book shop system how to sell and buy online
💻 ASPX
字号:
<%@ Page language="c#" Inherits="BMS.BookDetail" CodeFile="BookDetail.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>BookDetail</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">
	</HEAD>
	<body bgColor="#ff6600" background="3.bmp">
		<form method="post" runat="server">
			<FONT face="宋体"></FONT>
			<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 39px; POSITION: absolute; TOP: 10px" height="60%"
				cellSpacing="0" borderColorDark="#cccccc" cellPadding="5" width="90%" align="center"
				borderColorLight="#000000" border="1">
				<TR bgColor="#cccccc">
					<TD vAlign="middle" align="center" bgColor="#0099ff" height="5" background="2.bmp">
						<P><FONT size="5"><FONT size="6"><STRONG>GREAT NET BOOK STORE</STRONG></FONT></FONT></P>
						<P><FONT size="5"><FONT size="5">..The Order Bell Of Book Number</FONT><asp:label id="lbl_bid" runat="server"></asp:label></FONT>
						</P>
					</TD>
				</TR>
				<TR vAlign="middle" align="left" bgColor="#ffffff">
					<TD style="HEIGHT: 184px" vAlign="top" height="184">
						<DIV align="center"></DIV>
						<DIV align="center"></DIV>
						<DIV align="center"></DIV>
						<DIV align="center">
							<TABLE id="Table3" style="WIDTH: 469px; HEIGHT: 101px" height="101" cellSpacing="0" cellPadding="0"
								width="469" border="0">
								<TR>
									<TD colSpan="4" height="19">
										<DIV align="center">Book Name:&nbsp;
											<asp:textbox id="tbx_bname" runat="server" Width="196px" ReadOnly="True" BorderStyle="Solid"></asp:textbox></DIV>
									</TD>
								</TR>
								<TR>
									<TD style="HEIGHT: 24px" width="26%">
										<DIV align="right">Author:</DIV>
									</TD>
									<TD style="HEIGHT: 24px" width="22%"><asp:textbox id="tbx_bauthor" runat="server" Width="129px" ReadOnly="True" BorderStyle="Solid"></asp:textbox></TD>
									<TD style="WIDTH: 160px; HEIGHT: 24px" width="160"><DIV align="right">Press:</DIV>
									</TD>
									<TD style="HEIGHT: 24px" width="34%"><asp:textbox id="tbx_bpress" runat="server" Width="129px" ReadOnly="True" BorderStyle="Solid"></asp:textbox></TD>
								</TR>
								<TR>
									<TD width="26%">
										<DIV align="right">Type:</DIV>
									</TD>
									<TD width="22%"><asp:textbox id="tbx_bgroup" runat="server" Width="127px" ReadOnly="True" BorderStyle="Solid"></asp:textbox></TD>
									<TD style="WIDTH: 160px" width="160">
										<DIV align="right">ISBN:</DIV>
									</TD>
									<TD width="34%"><asp:textbox id="tbx_bisbn" runat="server" Width="129px" ReadOnly="True" BorderStyle="Solid"></asp:textbox></TD>
								</TR>
								<TR>
									<TD width="26%">
										<DIV align="right">About:</DIV>
									</TD>
									<TD colSpan="3">
										<DIV align="left"><asp:textbox id="tbx_bdescribe" runat="server" Width="250px" TextMode="MultiLine" Height="64px"
												ReadOnly="True" BorderStyle="Solid"></asp:textbox></DIV>
									</TD>
								</TR>
								<TR>
									<TD width="26%" height="21">
										<DIV align="right">Price(R.M.B)</DIV>
									</TD>
									<TD width="22%" height="21"><asp:textbox id="tbx_pprice" runat="server" Width="129px" ReadOnly="True" BorderStyle="Dotted"></asp:textbox></TD>
									<TD style="WIDTH: 160px" width="160" height="21">
										<DIV align="right">&nbsp;Discount:</DIV>
									</TD>
									<TD width="34%" height="21"><asp:textbox id="tbx_pdiscount" runat="server" Width="59px" ReadOnly="True" BorderStyle="Solid"></asp:textbox></TD>
								</TR>
								<TR>
									<TD width="26%" height="21">
										<DIV align="right"><FONT color="#ff0000">Real Price:</FONT></DIV>
									</TD>
									<TD width="22%" height="21"><asp:textbox id="tbx_nowprice" runat="server" Width="128px" ReadOnly="True" BorderStyle="Double"
											BorderColor="Red"></asp:textbox></TD>
									<TD style="WIDTH: 160px" align="right" width="160" height="21"><FONT color="#ff0000">Amount:</FONT></TD>
									<TD width="34%" height="21"><asp:dropdownlist id="ddl_oquantity" runat="server" Width="61px" ForeColor="Red">
											<asp:ListItem Value="1" Selected="True">1</asp:ListItem>
											<asp:ListItem Value="2">2</asp:ListItem>
											<asp:ListItem Value="3">3</asp:ListItem>
											<asp:ListItem Value="4">4</asp:ListItem>
											<asp:ListItem Value="5">5</asp:ListItem>
											<asp:ListItem Value="6">6</asp:ListItem>
											<asp:ListItem Value="7">7</asp:ListItem>
											<asp:ListItem Value="8">8</asp:ListItem>
											<asp:ListItem Value="9">9</asp:ListItem>
											<asp:ListItem Value="10">10</asp:ListItem>
										</asp:dropdownlist></TD>
								</TR>
							</TABLE>
						</DIV>
					</TD>
				</TR>
				<TR vAlign="middle" align="center">
					<TD bgColor="infobackground"><FONT face="宋体"><asp:label id="lbl_message" runat="server" ForeColor="Red"></asp:label></FONT></TD>
				</TR>
				<TR vAlign="middle" align="center" bgColor="#eeeeee">
					<TD bgColor="#eeeeee" height="2">
						<DIV align="center"><FONT face="宋体">&nbsp;
								<asp:Button id="btn_addorder" runat="server" Text="ADD TO BELL" onclick="btn_addorder_Click"></asp:Button>&nbsp;
								<asp:HyperLink id="hlk_default" runat="server" NavigateUrl="default.aspx">RETURN TO MAIN</asp:HyperLink>
							</FONT>
						</DIV>
					</TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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