addproduct.aspx

来自「天织在线购物网站完整源码及文档 本网站是一套基于Web2.0思想设计、采用」· ASPX 代码 · 共 50 行

ASPX
50
字号
<%@ Page Language="C#" MasterPageFile="~/Manage/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>

⌨️ 快捷键说明

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