📄 editgoods.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="EditGoods.aspx.cs" Inherits="AdminManage_EditGoods" %>
<!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>
<form id="form1" runat="server">
<div>
<table style="font-size: 9pt; background-image: url(../Image/例图/后台/后台页.jpg); height: 314px;" cellpadding="0" cellspacing="0" align="center" border="1" bordercolor="#cccc66" width="500">
<tr>
<td style="width: 143px; vertical-align: top; text-align: center;" rowspan="3">
<br /><asp:Image ID="imgPhoto" runat="server" Height="120px" Width="90px" /> <br />
选择图片:<asp:DropDownList ID="ddlPhoto" runat="server" AutoPostBack="True" Height="22px"
OnSelectedIndexChanged="ddlPhoto_SelectedIndexChanged" Width="60px">
</asp:DropDownList>
</td>
<td style="height: 18px; text-align: center;">
商品名称:</td>
<td style="height: 18px">
<asp:TextBox ID="txtGName" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="height: 18px; text-align: center;">
商品价格:</td>
<td style="height: 18px">
<asp:TextBox ID="txtGPrice" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="height: 16px; text-align: center;">
商品类别:</td>
<td style="height: 16px">
<asp:DropDownList ID="ddlGType" runat="server" Height="11px" Width="155px">
</asp:DropDownList></td>
</tr>
<tr>
<td style="vertical-align: top; width: 143px; text-align: center; height: 80px;">
<br />
商品简介:<br /><br /><br /><br /><br /><asp:CheckBox ID="cbIsNew" runat="server" Text="是否推荐" /></td>
<td colspan="2" style="vertical-align: top; text-indent: 8pt; height: 80px;">
<asp:TextBox ID="txtGIntroduce" runat="server" Height="106px" Width="378px" TextMode="MultiLine"></asp:TextBox></td>
</tr>
<tr>
<td style="height: 30px; text-align: right;" rowspan="1" colspan="3">
<asp:Button ID="btnAdd" runat="server" Text="添加" OnClick="btnAdd_Click" />
<asp:Button ID="btnEdit" runat="server" Text="修改" OnClick="btnEdit_Click" />
<asp:Button ID="btnBack" runat="server" OnClick="btnBack_Click" Text="返回" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -