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

📄 editproduct.aspx

📁 网上商城购物系统的源码及使用说明
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="EditProduct.aspx.cs" Inherits="Manger_EditProduct" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
</head>
<body style ="font-family :宋体; font-size :9pt;">
    <form id="form1" runat="server">
    <div>
    <table  cellSpacing="0" cellPadding="0" width="480" align="center" border="0">
				<tr>
					<th  align="left" height="25" colspan="2">
						&nbsp;&nbsp;
						<asp:label id="lblTitleInfo" Runat="server">商品详细信息</asp:label>
					</th>
				<tr>
				</tr>
			</table>
			<table  cellSpacing="1" cellPadding="1" width="480" align="center" border="0">
				<tr>
					<td>
						<table class="tableBorder" cellSpacing="0" cellPadding="0" width="95%" align="center" border="0">
							<tr>
								<td align="left" width="80">商品名称:</td>
								
								<td style="width: 359px"><asp:textbox id="txtName" runat="server"></asp:textbox><font color="red">*</font></td>
								
								
							</tr>
							<tr>
								<td align="left">
                                    父级类别名:
								</td>
								<td style="width: 359px">
									<asp:DropDownList id="ddlCategory" runat="server" AutoPostBack="True"></asp:DropDownList>
								</td>
							</tr>

							<tr>
								<td align="left" style="height: 24px">商品品牌:
								</td>
								<td style="width: 359px; height: 24px;"><asp:textbox id="txtBrand" runat="server"></asp:textbox><span style="color: #ff0000">*</span></td>
							</tr>
							
							<tr>
								<td align="left">计量单位:
								</td>
								<td style="width: 359px"><asp:textbox id="txtUnit" runat="server"></asp:textbox><FONT color="red">*</FONT></td>
							</tr>
							<tr>
								<td align="left" style="height: 8px">商品重量:
								</td>
								<td style="width: 359px; height: 8px;"><asp:textbox id="txtWeight" runat="server">0</asp:textbox>千克<span style="color: #ff0000">*</span></td>
							</tr>
							<tr>
								<td align="left" height="19">市场价格:
								</td>
								<td colSpan="3" height="19"><asp:textbox id="txtMarketPrice" runat="server">0</asp:textbox>¥<FONT color="red">*</FONT></td>
							</tr>
							<tr>
								<td align="left">会员价格:
								</td>
								<td colSpan="3"><asp:textbox id="txtMemberPrice" runat="server">0</asp:textbox>¥<FONT color="red">*</FONT></td>
							</tr>
							<tr>
								<td align="left" colspan="4" style="height: 15px"><b>附件设置</b></td>
							</tr>
							<tr>
								<td align="left">
                                    商品图像:
								</td>
								<td colSpan="3">
                                    <asp:DropDownList ID="ddlUrl" runat="server"  AutoPostBack="True" OnSelectedIndexChanged="ddlUrl_SelectedIndexChanged">
                                    </asp:DropDownList></td>
							</tr>
                            <tr>
                                <td align="left" style="height: 22px">
                                </td>
                                <td colspan="3" style="height: 22px">
                                    <asp:ImageMap ID="ImageMapPhoto" runat="server">
                                    </asp:ImageMap></td>
                            </tr>
							<tr>
								<td align="left" style="height: 20px">是否推荐:
								</td>
								<td colSpan="3" style="height: 20px"><asp:checkbox id="cbxCommend" runat="server" Checked="True" AutoPostBack="True"></asp:checkbox></td>
							</tr>
							
							<tr>
								<td align="left">
                                    是否热销:
								</td>
								<td colSpan="3"><asp:checkbox id="cbxHot" runat="server" Checked="True" AutoPostBack="True"></asp:checkbox></td>
							</tr>
							<tr>
								<td align="left">是否参与打折:
								</td>
								<td colSpan="3"><asp:checkbox id="cbxDiscount" runat="server" Checked="True" AutoPostBack="True"></asp:checkbox></td>
							</tr>
							<tr>
								<td align="left">简单描述:
								</td>
								<td style="width: 359px"><asp:textbox id="txtShortDesc" runat="server" Width="307px" Height="89px"></asp:textbox></td>
							</tr>
							<tr>
								<td align="center" colSpan="4"><br>
									<asp:button id="btnUpdate" runat="server" Text="修改" OnClick="btnUpdate_Click"></asp:button></td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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