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

📄 productadd.aspx

📁 一个非常好的开源代码
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="Head" Src="Head.ascx" %>
<%@ Page language="c#" Codebehind="ProductAdd.aspx.cs" AutoEventWireup="false" Inherits="RBWebShop.Manage.ProductAdd" ValidateRequest="false"%>
<%@ Register TagPrefix="ftb" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>AdminUpAbout</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">
		<link rel="stylesheet" href="../Include/ManageStyle.css" type="text/css">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<uc1:Head id="Head1" runat="server"></uc1:Head>
				<table border="0" cellspacing="1" align="center" class="tableBorder">
					<tr>
						<th width="100" colspan="2" nowrap align="left">
							添加产品
						</th>
					</tr>
					<tr>
						<td width="100%" class="Rowlight" colspan="2" nowrap align="center" style="HEIGHT: 17px"><FONT color="#ff6666">请先选择商品类别后再输入相关信息</FONT></td>
					</tr>
					<tr>
						<td class="Rowlight" colspan="2" width="100%"><b><asp:label id="thistype" runat="server"></asp:label></b></td>
					</tr>
					<tr>
						<td class="Row" colspan="2" width="100%">
							<table cellSpacing="0" cellPadding="0" width="100%" border="0">
							</table>
							<asp:table id="ClassList" runat="server"></asp:table></td>
					</tr>
					<tr>
						<td width="100" class="Row" colspan="1" nowrap align="right">商品名称:</td>
						<td class="Row" colspan="1" nowrap align="left">
							<asp:TextBox id="myName" runat="server" Width="272px"></asp:TextBox></td>
					</tr>
					<tr>
						<td width="100" class="Row" colspan="1" nowrap align="right">商品品牌:</td>
						<td class="Row" colspan="1" nowrap align="left">
							<asp:TextBox id="myCards" runat="server" Width="136px"></asp:TextBox></td>
					</tr>
					<tr>
						<td width="100" class="Row" colspan="1" nowrap align="right">商品单位:</td>
						<td class="Row" colspan="1" nowrap align="left">
							<asp:TextBox id="myUnit" runat="server" Width="80px"></asp:TextBox></td>
					</tr>
					<tr>
						<td width="100" class="Row" colspan="1" nowrap align="right">商品价格:</td>
						<td class="Row" colspan="1" nowrap align="left">
							市场价¥:
							<asp:TextBox id="myPrice" runat="server" Width="56px"></asp:TextBox>&nbsp; 
							会员价¥:
							<asp:TextBox id="myUserPrice" runat="server" Width="56px"></asp:TextBox>&nbsp; 
							VIP会员价¥:
							<asp:TextBox id="myVipPrice" runat="server" Width="56px"></asp:TextBox></td>
					</tr>
					<tr>
						<td width="100" class="Row" colspan="1" nowrap align="right">库存信息:</td>
						<td class="Row" colspan="1" nowrap align="left">
							库存数:
							<asp:TextBox id="myStack" runat="server" Width="48px"></asp:TextBox>&nbsp; 已销售
							<asp:TextBox id="mySell" runat="server" Width="48px"></asp:TextBox>:</td>
					</tr>
					<tr>
						<td width="100" class="Row" colspan="1" nowrap align="right">商品图片:</td>
						<td class="Row" colspan="1" nowrap align="left">
							小图片: <INPUT id="Pic" style="WIDTH: 488px; HEIGHT: 19px" type="file" size="62" runat="server"><br>
							大图片: <INPUT id="BigPic" style="WIDTH: 488px; HEIGHT: 19px" type="file" size="63" runat="server"></td>
					</tr>
					<tr>
						<td width="100" class="Row" nowrap align="right">产品说明:</td>
						<td class="Row" nowrap>
							<FTB:FreeTextBox id="myInfo" runat="server" Width="600px" Height="240px"></FTB:FreeTextBox></td>
					</tr>
					<tr>
						<td width="100" class="Row" nowrap style="HEIGHT: 23px" align="right">其他信息:</td>
						<td class="Row" nowrap style="HEIGHT: 23px">
							<asp:CheckBox id="myIsNew" runat="server" CssClass="mybutton" Text="新品"></asp:CheckBox>&nbsp;
							<asp:CheckBox id="myIsHot" runat="server" CssClass="mybutton" Text="推荐"></asp:CheckBox>&nbsp;
							<asp:CheckBox id="myIsSpe" runat="server" CssClass="mybutton" Text="特价"></asp:CheckBox></td>
					</tr>
					<tr>
						<td width="100" class="Row" nowrap></td>
						<td class="RowLight" nowrap>
							<asp:Button id="Button1" runat="server" Text="提交信息" CssClass="myButton"></asp:Button>
							<asp:Button id="Button2" runat="server" Text="重新填写" CssClass="myButton"></asp:Button></td>
					</tr>
				</table>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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