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

📄 add_users.aspx

📁 程序学生信息管理系统(SQL2000+ASP.NET+c#+)
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="add_Users.aspx.cs" Inherits="add_Users" %>

<!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>
    <link href="StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body  >
    <form id="form1" runat="server">
    <div align="center">
        <table border="0" bordercolor="#ffffff" cellpadding="0" cellspacing="0" style="font-weight: bold; font-size: 14px;
            width: 317px; font-family: 仿宋_GB2312; height: 108px; border-top-width: thin; border-left-width: thin; border-left-color: #009900; border-top-color: #009900; border-right-width: thin; border-right-color: #009900; border-bottom-style: none;" bgcolor="#ffffff">
            <tr>
                <td align="center" bgcolor="#33ffff" colspan="5" style="font-weight: bold; font-size: 20pt;
                    color: white; font-style: italic; font-family: 楷体_GB2312; height: 32px" background="BG/007.jpg">
                    &nbsp;添加用户信息
                </td>
            </tr>
            <tr>
                <td align="center" colspan="2" nowrap="nowrap" style="height: 24px">
                    用户姓名:</td>
                <td align="left" style="width: 92px; height: 24px">
                    <asp:TextBox ID="TextBox1_name" runat="server" Width="139px"></asp:TextBox></td>
                <td colspan="2" rowspan="5" align="right" valign="top">
                    <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/EditUsers.aspx" Width="38px">返回</asp:HyperLink>
                </td>
            </tr>
            <tr>
                <td align="center" colspan="2" style="height: 26px">
                    密码:</td>
                <td align="left" style="width: 92px; height: 26px">
                    <asp:TextBox ID="PassWord_box" runat="server" TextMode="Password"></asp:TextBox></td>
            </tr>
            <tr>
                <td align="center" colspan="2" style="height: 34px">
                    权限:</td>
                <td  style="width: 92px; height: 34px">
                    <asp:RadioButtonList ID="RadioButtonList1" runat="server" Height="21px"
                        RepeatDirection="Horizontal" Width="161px" CellSpacing="0" Font-Italic="False" Font-Size="12px">
                        <asp:ListItem Value="2">学生</asp:ListItem>
                        <asp:ListItem Value="1">教师</asp:ListItem>
                        <asp:ListItem Value="2">管理员</asp:ListItem>
                    </asp:RadioButtonList></td>
            </tr>
            <tr>
                <td style="height: 41px;" align="left" colspan="2" valign="top">
                </td>
                <td align="center" style="width: 92px; height: 41px;">
                    <table border="0" style="width: 80px; height: 8px">
                        <tr>
                            <td style="width: 100px; height: 26px">
                                <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="添加" /></td>
                            <td align="center" colspan="2" style="height: 26px">
                                <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="取消" /></td>
                        </tr>
                    </table>
                    </td>
            </tr>
            <tr>
                <td style="width: 70px;">
                </td>
                <td>
                    </td>
                <td align="center" style="width: 92px;">
                    </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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