⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 insertcus.aspx

📁 大中型酒店管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="insertcus.aspx.cs" Inherits="insertcus" %>

<!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="0" align="center" cellpadding="0" cellspacing="0" style="width: 600px">
            <tr>
                <td height="30" colspan="2">
                    <strong>::企业登录信息::</strong></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    登录用户名</td>
                <td height="25" style="width: 500px">
              <asp:TextBox ID="txtlogin" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    登录密码</td>
                <td height="25" style="width: 500px">
              <asp:TextBox ID="txtpwd" runat="server" TextMode="Password"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    确认密码
                </td>
                <td height="25" style="width: 500px">
              <asp:TextBox ID="txtpwd2" runat="server" TextMode="Password"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
                </td>
                <td style="width: 500px">
                </td>
            </tr>
            <tr>
                <td colspan="2">
                    <strong>::企业基本资料::</strong></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    商家名称</td>
                <td height="25" style="width: 500px">
              <asp:TextBox ID="txtname" runat="server" Width="387px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    所在区间</td>
                <td height="25" style="width: 500px">
                    <asp:DropDownList ID="qujian" runat="server">
              </asp:DropDownList>
                    <asp:DropDownList ID="hao" runat="server">
                    </asp:DropDownList></td>
            </tr>
            <tr>
                <td style="width: 100px; height: 21px;">
                    产品种类或名称</td>
                <td style="width: 500px; height: 21px;">
                    <asp:TextBox ID="txtpz" runat="server" Width="454px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    企业标示</td>
              <td height="25" style="width: 500px">
              <input id="File1" runat="server" type="file" /></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    业绩介绍</td>
                <td style="width: 500px">
                    <asp:TextBox ID="txtjj" runat="server" Columns="50" Rows="6" TextMode="MultiLine"></asp:TextBox></td>
            </tr>
			<tr>
                <td style="width: 100px">服务宗旨</td>
                <td height="25" style="width: 500px">
              <asp:TextBox ID="txtzongzhi" runat="server"></asp:TextBox></td>
            </tr>
			<tr>
                <td style="width: 100px">广 告 词</td>
                <td height="25" style="width: 500px">
                    <asp:TextBox ID="txtci" runat="server" Width="351px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    联 系 人</td>
                <td height="25" style="width: 500px">
                    <asp:TextBox ID="txtren" runat="server" Width="227px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    详细地址</td>
                <td height="25" style="width: 500px">
              <asp:TextBox ID="txtadd" runat="server" Width="393px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    联系电话</td>
                <td height="25" style="width: 500px">
              <asp:TextBox ID="txttel" runat="server" Width="187px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    手机号码</td>
                <td height="25" style="width: 500px">
              <asp:TextBox ID="txtphone" runat="server" Width="185px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    联系邮箱</td>
                <td height="25" style="width: 500px">
              <asp:TextBox ID="txtmail" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
                </td>
                <td style="width: 500px">
                </td>
            </tr>
            <tr>
                <td style="width: 100px">
                    <asp:Button ID="Button1" runat="server" Text="立即注册" OnClick="Button1_Click" /></td>
                <td style="width: 500px">
                </td>
            </tr>
            <tr>
                <td style="width: 100px">
                </td>
                <td style="width: 500px">
                </td>
            </tr>
      </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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