cusadd.aspx

来自「大中型酒店管理系统」· ASPX 代码 · 共 105 行

ASPX
105
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="cusadd.aspx.cs" Inherits="cusadd" %>

<!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" align="center" cellpadding="0" cellspacing="0" style="width: 600px">
            <tr>
                <td style="width: 100px">
                    厂家名称:</td>
                <td style="width: 100px">
                    <asp:TextBox ID="txtCm" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    厂家所在区间:</td>
                <td style="width: 100px">
                    <asp:DropDownList ID="DropDownList1" runat="server">
                    </asp:DropDownList></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"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    产品简介:</td>
                <td style="width: 100px">
                    <asp:TextBox ID="txtPjie" runat="server"></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="txtCfax" runat="server"></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">
                    网址:</td>
                <td style="width: 100px">
                    <asp:TextBox ID="txtCurl" runat="server"></asp:TextBox></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" OnClick="btntijiao_Click" Text="提交" /></td>
                <td style="width: 100px">
                </td>
            </tr>
      </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?