erjicanshu.aspx

来自「ASP.net+Access数据库源码数据库源码」· ASPX 代码 · 共 55 行

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

<!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 style="background-color: silver">
    <form id="form1" runat="server">
        <asp:Panel ID="Panel1" runat="server" Height="106px" Width="516px">
            <table border="1" cellpadding="0" cellspacing="0" style="width: 516px">
                <tr>
                    <td colspan =4 align="center">
                        增加部门</td>
                </tr>
                <tr>
                    <td style="width: 83px">
                        选择单位:</td>
                    <td style="width: 182px">
                        <asp:DropDownList ID="DropDownList1" runat="server" Style="background-color: gainsboro"
                            Width="162px" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
                        </asp:DropDownList></td>
                    <td style="width: 94px">
                        单位编号:</td>
                    <td style="width: 46px">
                        <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></td>
                </tr>
                <tr>
                    <td style="height: 21px; width: 83px;">
                        部门名称:</td>
                    <td style="height: 21px; width: 182px;">
                        <asp:TextBox ID="TextBox1" runat="server" Style="background-color: gainsboro" Width="156px"></asp:TextBox></td>
                    <td style="height: 21px; width: 94px;">
                        部门编号:</td>
                    <td style="width: 46px; height: 21px">
                        <asp:Label ID="Label2" runat="server" Text="Label"></asp:Label></td>
                </tr>
                <tr>
                    <td style="width: 83px">
                    </td>
                    <td style="width: 182px">
                        <asp:Button ID="Button1" runat="server" Text="保存" OnClick="Button1_Click" />
                        <asp:Button ID="Button2" runat="server" Text="取消" /></td>
                    <td style="width: 94px">
                    </td>
                    <td style="width: 46px">
                    </td>
                </tr>
            </table>
        </asp:Panel>
    </form>
</body>
</html>

⌨️ 快捷键说明

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