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

📄 admin_useradd.aspx

📁 在线考试系统完整版源码(C#&Access) 该考试系统为一同学毕业设计
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/Admin/Admin.master" AutoEventWireup="true" CodeFile="admin_UserAdd.aspx.cs" Inherits="Admin_admin_UserAdd" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <br />
    <table style="width: 540px; position: static; height: 413px">
        <tr>
            <td colspan="3">
                角色添加</td>
        </tr>
        <tr>
            <td style="width: 106px">
                编号:</td>
            <td style="width: 239px">
                <asp:TextBox ID="txtUid" runat="server" Style="position: static"></asp:TextBox></td>
            <td>
            </td>
        </tr>
        <tr>
            <td style="width: 106px">
                密码:</td>
            <td style="width: 239px">
                <asp:TextBox ID="txtPassword" runat="server" Style="position: static"></asp:TextBox></td>
            <td>
            </td>
        </tr>
        <tr>
            <td style="width: 106px;position: static; height: 1px">
                系别:</td>
            <td style="height: 1px; width: 239px;">
                <asp:DropDownList ID="dllDepartment" runat="server" Style="position: static">
                </asp:DropDownList></td>
            <td style="height: 1px">
            </td>
        </tr>
        <tr>
            <td style="width: 106px; height: 15px">
                姓名:</td>
            <td style="height: 15px; width: 239px;">
                <asp:TextBox ID="txtName" runat="server" Style="position: static"></asp:TextBox></td>
            <td style="height: 15px">
            </td>
        </tr>
        <tr>
            <td style="width: 106px;position: static; height: 15px;">
                性别:</td>
            <td style="width: 239px; height: 15px;">
                <asp:RadioButtonList ID="raSex" runat="server" Height="13px" RepeatDirection="Horizontal"
                    Style="position: static;" Width="156px">
                    <asp:ListItem Selected="True" Value="True">男</asp:ListItem>
                    <asp:ListItem Value="False">女</asp:ListItem>
                </asp:RadioButtonList>
            </td>
            <td style="height: 15px">
            </td>
        </tr>
        <tr>
            <td style="width: 106px; height: 11px;">
                地址:</td>
            <td style="width: 239px; height: 11px;">
                <asp:TextBox ID="txtAddress" runat="server" Style="position: static" Width="147px"></asp:TextBox></td>
            <td style="height: 11px">
            </td>
        </tr>
        <tr>
            <td style="width: 106px">
                电话:</td>
            <td style="width: 239px">
                <asp:TextBox ID="txtPhone" runat="server" Style="position: static"></asp:TextBox></td>
            <td>
            </td>
        </tr>
        <tr>
            <td style="width: 106px">
                E-mail:</td>
            <td style="width: 239px">
                <asp:TextBox ID="txtEmail" runat="server" Style="position: static"></asp:TextBox></td>
            <td>
            </td>
        </tr>
        <tr>
            <td style="width: 106px; height: 15px;">
                角色:</td>
            <td style="width: 239px; height: 15px;">
                <asp:DropDownList ID="dllRole" runat="server" Style="position: static">
                </asp:DropDownList></td>
            <td style="height: 15px">
            </td>
        </tr>
        
    </table>
    
    
     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
    <br />
    <asp:Button ID="btnSave" runat="server" OnClick="btnSave_Click" Style="z-index: 100;
        left: 327px; position: absolute; top: 523px" Text="添加或修改" Width="78px" />
    <asp:Button ID="btnCanel" runat="server" Style="z-index: 101; left: 579px; position: absolute;
        top: 526px" Text="返回" Width="40px" />
    <asp:Label ID="lblMessage" runat="server" Style="z-index: 103; left: 459px; position: absolute;
        top: 529px" Width="87px"></asp:Label>
    <br />
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;




</asp:Content>

⌨️ 快捷键说明

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