addadmin.aspx

来自「医院的用户管理与缴费与当病人去医院看病的时候要挂号等作用。」· ASPX 代码 · 共 67 行

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

<!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>
        <div style="text-align: center">
            <table border="1" style="width: 600px; height: 200px">
                <tr>
                    <td colspan=2 align=center>
        添加管理员</td>
                 
                </tr>
                <tr>
                    <td style="width: 100px">
                        用户/单位名:</td>
                    <td style="width: 97px">
                        <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 100px">
        密码:
                    </td>
                    <td style="width: 97px">
                        <asp:TextBox ID="TextBox2" runat="server" TextMode="Password"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 100px">
        用户类型:</td>
                    <td style="width: 97px">
                        <asp:DropDownList ID="DropDownList1" runat="server" Width="154px">
            <asp:ListItem>药店管理员</asp:ListItem>
            <asp:ListItem>医院管理员</asp:ListItem>
            <asp:ListItem>部门管理员</asp:ListItem>
            <asp:ListItem>系统管理员</asp:ListItem>
                            <asp:ListItem>药检管理员</asp:ListItem>
        </asp:DropDownList></td>
                </tr>
                <tr>
                    <td style="width: 100px">
        email:
                    </td>
                    <td style="width: 97px">
                        <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td  colspan=2 align=center>
        <asp:Button ID="add" runat="server" OnClick="add_Click" Text="添加" Width="75px" />
                        &nbsp; &nbsp; &nbsp;&nbsp;
                        <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="退出" /></td>
                   
                </tr>
            </table>
        </div>


    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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