📄 productadd.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="productadd.aspx.cs" Inherits="productadd" %>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
-->
</style></head>
<body>
<form id="form1" runat="server">
<div>
添加产品您可以在这里发布您的产品信息!<br />
<table border="1" cellpadding="0" cellspacing="0" style="width: 600px">
<tr>
<td height="30" align="center" style="width: 100px">
企业名称</td>
<td style="width: 500px">
<asp:DropDownList ID="dropname" runat="server">
</asp:DropDownList></td>
</tr>
<tr>
<td height="30" align="center" style="width: 100px">
产品名称:</td>
<td style="width: 500px">
<asp:TextBox ID="txtname" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td height="30" align="center" style="width: 100px">
产品描述:</td>
<td style="width: 500px">
<asp:TextBox ID="txtms" runat="server" Columns="50" Rows="8" TextMode="MultiLine"></asp:TextBox></td>
</tr>
<tr>
<td height="30" align="center" style="width: 100px">
产品图片:</td>
<td style="width: 500px">
<input id="File1" runat="server" type="file" /></td>
</tr>
<tr>
<td style="width: 100px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="添加" Width="63px" /></td>
<td style="width: 500px">
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="退出" Width="66px" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -