AddProduct.aspx
资源名称:yjal.rar [点击查看]
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:2k
源码类别:
Email客户端
开发平台:
Visual C++
- <%@ Page Language="C#" MasterPageFile="~/Admin/MasterPage.master" AutoEventWireup="true" CodeFile="AddProduct.aspx.cs" Inherits="Manage_AddProduct" Title="商品添加" %>
- <asp:Content ID="Content1" ContentPlaceHolderID="main" Runat="Server">
- <link rel="shortcut icon" type="image/ico" href="../favicon.ico"/>
- <table style="width: 681px; height: 403px">
- <tr>
- <td style="width: 100px; text-align: right">
- 商品名字:</td>
- <td style="width: 100px">
- <asp:TextBox ID="nametxt" runat="server" Width="289px"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="width: 100px; text-align: right">
- 提示标语:</td>
- <td style="width: 100px">
- <asp:TextBox ID="bytxt" runat="server" Width="289px"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="width: 100px; text-align: right">
- 市场价格:</td>
- <td style="width: 100px">
- <asp:TextBox ID="scjgtxt" runat="server" Width="289px"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="width: 100px; text-align: right">
- 会员价格:</td>
- <td style="width: 100px">
- <asp:TextBox ID="menbertxt" runat="server" Width="289px"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="width: 100px; text-align: right">
- 物品重量:</td>
- <td style="width: 100px">
- <asp:TextBox ID="TextBox1" runat="server" Width="289px"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="width: 100px; text-align: right">
- 商品描述:</td>
- <td style="width: 100px">
- <asp:TextBox ID="mstxt" runat="server" Height="105px" TextMode="MultiLine" Width="353px"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="width: 100px">
- </td>
- <td style="width: 100px">
- <asp:Button ID="addbtn" runat="server" OnClick="addbtn_Click" Text="确认添加" /></td>
- </tr>
- </table>
- </asp:Content>