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

📄 bookmodify.aspx

📁 book shop system how to sell and buy online
💻 ASPX
字号:
<%@ Page language="c#" Inherits="BMS.BookModify" CodeFile="BookModify.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
  <HEAD>
		<title>BookAdd</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 id="BookAdd" method="post" runat="server">
			<FONT face="宋体"></FONT>
			<table width="90%" border="1" cellspacing="0" cellpadding="5" align="center" bordercolordark="#cccccc"
				bordercolorlight="#000000" height="60%">
				<tr bgcolor="#cccccc">
					<td height="5" align="center" valign="middle" bgcolor="#0099ff" background="2.bmp">
      <P><FONT size=4><FONT size=6><STRONG>GREAT NET BOOK STORE</STRONG></FONT> 
      </FONT><FONT size=5>..Detail of&nbsp;Book number</FONT>&nbsp;<FONT size="5">
							<asp:Label id="lbl_bid" runat="server"></asp:Label></FONT></P>
					</td>
				</tr>
				<tr align="left" valign="middle" bgcolor="#ffffff">
					<td height="257" 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">
								<tr>
									<td width="36%">
										<div align="right">
                                            Book Name:</div>
									</td>
									<td width="31%">
										<asp:TextBox id="tbx_bname" runat="server" Width="129px"></asp:TextBox></td>
									<td width="33%">&nbsp;
										<asp:RequiredFieldValidator id="rfv_bname" runat="server" ErrorMessage="This can't be empty" ControlToValidate="tbx_bname"></asp:RequiredFieldValidator></td>
								</tr>
								<tr>
									<td width="36%">
										<div align="right">ISBN:</div>
									</td>
									<td width="31%">
										<asp:TextBox id="tbx_bisbn" runat="server" Width="129px"></asp:TextBox></td>
									<td width="33%">&nbsp;
										<asp:RequiredFieldValidator id="rfv_bisbn" runat="server" ErrorMessage="This can't be empty" ControlToValidate="tbx_bisbn"></asp:RequiredFieldValidator><BR>
										<asp:RegularExpressionValidator id="rev_bisbn" runat="server" ErrorMessage="Error,please re-input" ValidationExpression="\d{1,}\-\d{1,}\-\d{1,}\-\d{1,}"
											ControlToValidate="tbx_bisbn"></asp:RegularExpressionValidator></td>
								</tr>
								<tr>
									<td width="36%" style="HEIGHT: 24px">
										<div align="right">
                                            Author:</div>
									</td>
									<td width="31%" style="HEIGHT: 24px">
										<asp:TextBox id="tbx_bauthor" runat="server" Width="129px"></asp:TextBox></td>
									<td width="33%" style="HEIGHT: 24px">&nbsp;
										<asp:RequiredFieldValidator id="rfv_banthor" runat="server" ErrorMessage="This can't be empty" ControlToValidate="tbx_bauthor"></asp:RequiredFieldValidator></td>
								</tr>
								<tr>
									<td width="36%">
										<div align="right">
                                            Press:</div>
									</td>
									<td width="31%">
										<asp:TextBox id="tbx_bpress" runat="server" Width="129px"></asp:TextBox></td>
									<td width="33%">&nbsp;
										<asp:RequiredFieldValidator id="rfv_bpress" runat="server" ErrorMessage="This can't be empty" ControlToValidate="tbx_bpress"></asp:RequiredFieldValidator></td>
								</tr>
								<tr>
									<td width="36%">
										<div align="right">
                                            Price:</div>
									</td>
									<td width="31%">
										<asp:TextBox id="tbx_pprice" runat="server" Width="129px"></asp:TextBox></td>
									<td width="33%">&nbsp;
										<asp:RequiredFieldValidator id="rfv_pprice" runat="server" ErrorMessage="This can't be empty" ControlToValidate="tbx_pprice"></asp:RequiredFieldValidator><BR>
										<asp:RegularExpressionValidator id="rev_pprice" runat="server" ErrorMessage="Error,please re-input" ValidationExpression="(\d{1,}\.\d*)|(\d{1,})"
											ControlToValidate="tbx_pprice"></asp:RegularExpressionValidator></td>
								</tr>
								<tr>
									<td width="36%">
										<div align="right">
                                            Discount:</div>
									</td>
									<td width="31%">
										<asp:DropDownList id="ddl_pdiscount" runat="server">
											<asp:ListItem Value="10">N/A</asp:ListItem>
											<asp:ListItem Value="1">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" Selected="True">9</asp:ListItem>
										</asp:DropDownList>%*</td>
									<td width="33%">&nbsp;</td>
								</tr>
								<tr>
									<td width="36%">
										<div align="right">
                                            Type:</div>
									</td>
									<td width="31%">
										<asp:DropDownList id="ddl_bgroup" runat="server">
<asp:ListItem Value="0">Other</asp:ListItem>
<asp:ListItem Value="1" Selected="True">Computer</asp:ListItem>
<asp:ListItem Value="2">General Science</asp:ListItem>
										</asp:DropDownList>*</td>
									<td width="33%"><FONT face="宋体"></FONT></td>
								</tr>
								<tr>
									<td width="36%">
										<div align="right">
                                            About:</div>
									</td>
									<td width="31%">
										<asp:TextBox id="tbx_bdescribe" runat="server" Width="160px" TextMode="MultiLine" Height="64px"></asp:TextBox></td>
									<td width="33%">&nbsp;</td>
								</tr>
								<tr>
									<td width="36%">
										<div align="right"></div>
									</td>
									<td width="31%">&nbsp;</td>
									<td width="33%">&nbsp;</td>
								</tr>
							</table>
						</div>
					</td>
				</tr>
				<tr align="center" valign="middle" bgcolor="#eeeeee">
					<td bgcolor="#eeeeee" height="2">
						<div align="center">
							<asp:Button id="btn_modify" runat="server" Text="Edit" onclick="btn_modify_Click"></asp:Button><FONT face="宋体">&nbsp;
								<asp:Button id="btn_delete" runat="server" Text="Delete" onclick="btn_delete_Click"></asp:Button>&nbsp; </FONT>
							<asp:HyperLink id="hlk_bookmanage" runat="server" NavigateUrl="bookmanage.aspx">Return</asp:HyperLink>
						</div>
					</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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