?? 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 + -