📄 addgoods.aspx
字号:
<%@ Page language="c#" Codebehind="AddGoods.aspx.cs" AutoEventWireup="True" Inherits="web.Admin.AddGoods" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>添加商品</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">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<div id="addgoods" align="center">
<table width="760" cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><font color="#0000ff">添加商品</font></td>
</tr>
<tr style="PADDING-TOP:4px">
<td colspan="2">类别:
<asp:DropDownList id="DropDownList1" runat="server" Width="80px" AutoPostBack="True" onselectedindexchanged="DropDownList1_SelectedIndexChanged"></asp:DropDownList></td>
</tr>
<tr style="PADDING-TOP:4px">
<td colspan="2">品牌:
<asp:DropDownList id="DropDownList2" runat="server" Width="79px"></asp:DropDownList>
<asp:LinkButton id="LinkButton1" runat="server">添加新品牌</asp:LinkButton></td>
</tr>
<tr style="PADDING-TOP:4px">
<td colspan="2">商品名称:
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox>
<asp:CheckBox id="CheckBox1" runat="server" Text="特别推荐"></asp:CheckBox></td>
</tr>
<tr style="PADDING-TOP:4px">
<td colspan="2" style="HEIGHT: 24px">单价:
<asp:TextBox id="Textbox2" runat="server" Width="146px"></asp:TextBox>
降价后价格:
<asp:TextBox id="TextBox3" runat="server" Width="151px"></asp:TextBox></td>
</tr>
<tr style="PADDING-TOP:4px">
<td colspan="2">商品图片:<INPUT type="file" id="upFile" name="File1" runat="server">
<asp:Button id="Button1" runat="server" Text="上传" onclick="Button1_Click"></asp:Button></td>
</tr>
<tr style="PADDING-TOP:4px">
<td valign="top" align="left" width="70">商品描述:</td>
<td>
<asp:TextBox id="Textbox4" runat="server" Width="401px" TextMode="MultiLine" Height="136px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" height="10"><FONT face="宋体"></FONT></td>
</tr>
<tr>
<td colspan="2">
<asp:Button id="Button2" runat="server" Width="151px" Text="OK" onclick="Button2_Click"></asp:Button></td>
</tr>
</table>
</div>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -