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

📄 companygai.aspx

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

<!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>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <table border="0" cellpadding="0" cellspacing="0" width="500">
            <tr>
                <td width="116">
                    公司名称:</td>
                <td height="30" width="384">
                    &nbsp;<asp:TextBox ID="txtname" runat="server" Width="327px"></asp:TextBox></td>
            </tr>
            <tr>
                <td>
                    公司形象图片:</td>
                <td height="30">
                    &nbsp;<input id="File1" runat="server" type="file" /></td>
            </tr>
            <tr>
                <td height="30">
                    公司介绍:</td>
                <td>
                    &nbsp;<asp:TextBox ID="txtcontent" runat="server" Columns="50" Rows="8" TextMode="MultiLine"
                        Width="298px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="height: 30px">
                    &nbsp;</td>
                <td style="height: 30px">
                    &nbsp;</td>
            </tr>
            <tr>
                <td colspan="2">
                    &nbsp;&nbsp;<asp:Button ID="Button1" runat="server"  Text="提交"
                        Width="87px" OnClick="Button1_Click" />
                   <input id="Reset1" type="reset" value="取消" onclick="history.go(-1);" style="width: 91px" /></td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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