📄 addproduct.aspx
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -