companygai.aspx

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

ASPX
50
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?