📄 cusgai.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="cusgai.aspx.cs" Inherits="cusgai" %>
<!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 style="width: 100px">
厂家名称:</td>
<td style="width: 100px">
<asp:TextBox ID="txtCm" runat="server" Width="348px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
厂家所在区间:</td>
<td style="width: 100px">
<asp:TextBox ID="txtQu" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
厂家标识:</td>
<td style="width: 100px">
<input id="File2" runat="server" type="file" /></td>
</tr>
<tr>
<td style="width: 100px">
业绩介绍:</td>
<td style="width: 100px">
<asp:TextBox ID="txtCjie" runat="server" Columns="50" Rows="5" TextMode="MultiLine"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
产品种类或品名:</td>
<td style="width: 100px">
<asp:TextBox ID="txtPjie" runat="server" Columns="30" Rows="5" TextMode="MultiLine" Width="414px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
宗旨:</td>
<td style="width: 100px">
<asp:TextBox ID="txtzong" runat="server" Width="415px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
广告词:</td>
<td style="width: 100px">
<asp:TextBox ID="txtci" runat="server" Width="414px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
联系人:</td>
<td style="width: 100px">
<asp:TextBox ID="txtRen" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
电话:</td>
<td style="width: 100px">
<asp:TextBox ID="txtCtel" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
地址:</td>
<td style="width: 100px">
<asp:TextBox ID="txtdi" runat="server" Width="425px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
手机:</td>
<td style="width: 100px">
<asp:TextBox ID="txtCphone" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
邮箱:</td>
<td style="width: 100px">
<asp:TextBox ID="txtCmail" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px; height: 17px;">
</td>
<td style="width: 100px; height: 17px;">
</td>
</tr>
<tr>
<td style="width: 100px">
</td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 100px">
<asp:Button ID="btntijiao" runat="server" Text="更新" Width="99px" OnClick="btntijiao_Click" /></td>
<td style="width: 100px"><input id="Reset1" type="reset" value="放弃" onclick="history.go(-1);" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -