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

📄 adminuseradd.aspx

📁 学生寝室管理系统
💻 ASPX
📖 第 1 页 / 共 3 页
字号:
                                    <td nowrap="nowrap">
                                        <div align="left">
                                            <asp:DropDownList ID="ddlhomeshenfen" runat="server" Style="font-weight: normal">
                                                <asp:ListItem Selected="True">请选择</asp:ListItem>
                                                <asp:ListItem>室员</asp:ListItem>
                                                <asp:ListItem>寝室长</asp:ListItem>
                                            </asp:DropDownList>&nbsp;</div>
                                    </td>
                                </tr>
                                <tr>
                                    <td nowrap="nowrap" style="width: 63px">
                                        <div align="right">
                    出生日期:</div>
                                    </td>
                                    <td nowrap="nowrap" style="width: 377px">
                                        <div align="left">
                    <asp:DropDownList ID="ddlyear" runat="server" Style="font-weight: normal; color: black">
                    </asp:DropDownList>
                    年<asp:DropDownList ID="ddlmonth" runat="server" OnSelectedIndexChanged="ddlmonth_SelectedIndexChanged"
                        Style="font-weight: normal; color: black">
                    </asp:DropDownList>
                    月<asp:DropDownList ID="ddlday" runat="server" Style="font-weight: normal">
                    </asp:DropDownList>日</div>
                                    </td>
                                    <td nowrap="nowrap" style="width: 86px">
                                        <div align="right">
                                        </div>
                                    </td>
                                    <td nowrap="nowrap">
                                    </td>
                                </tr>
                                <tr>
                                    <td align="left" background="images/admin_bg_1.gif" colspan="4" nowrap="nowrap" style="font-weight: bold;
                                        color: white; height: 25px">
            班级信息填写</td>
                                </tr>
                                <tr>
                                    <td nowrap="nowrap" style="width: 63px; height: 23px">
                                        <div align="right">
                       学号:</div>
                                    </td>
                                    <td nowrap="nowrap" style="width: 377px; height: 23px">
                                        <div align="left">
                       <asp:TextBox ID="txtuserid" runat="server"></asp:TextBox><asp:CustomValidator ID="CustomValidator1"
                           runat="server" ControlToValidate="txtuserid" Display="Dynamic" ErrorMessage="该学号经存在,请检查你输入的学号"
                           OnServerValidate="CustomValidator1_ServerValidate"></asp:CustomValidator><asp:RegularExpressionValidator
                               ID="RegularExpressionValidator1" runat="server" ControlToValidate="txtuserid"
                               Display="Dynamic" ValidationExpression="^[1-9]\w{5,14}$">"学号"前面请不要输入零数字,并且为6-15个数字组成</asp:RegularExpressionValidator><asp:RequiredFieldValidator
                                   ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtuserid" Display="Dynamic"
                                   ErrorMessage="学号必填"></asp:RequiredFieldValidator></div>
                                    </td>
                                    <td nowrap="nowrap" style="width: 86px; height: 23px">
                                        <div align="right">
                       入学时间:</div>
                                    </td>
                                    <td nowrap="nowrap" style="height: 23px" align="left"><asp:DropDownList ID="DropDownList1" runat="server" Style="font-weight: normal; color: black">
                                    </asp:DropDownList>
                                        年<asp:DropDownList ID="DropDownList2" runat="server" OnSelectedIndexChanged="ddlmonth_SelectedIndexChanged"
                        Style="font-weight: normal; color: black">
                                        </asp:DropDownList>
                                        月<asp:DropDownList ID="DropDownList3" runat="server" Style="font-weight: normal">
                                        </asp:DropDownList>日</td>
                                </tr>
                                <tr>
                                    <td nowrap="nowrap" style="width: 63px">
                                        <div align="right">
            系别名称:</div>
                                    </td>
                                    <td nowrap="nowrap" style="width: 377px">
                                        <div align="left">
            <asp:DropDownList ID="ddlximing" runat="server">
            </asp:DropDownList></div>
                                    </td>
                                    <td nowrap="nowrap" style="width: 86px">
                                        <div align="right">
            专业名称:</div>
                                    </td>
                                    <td nowrap="nowrap">
                                        <div align="left">
            <asp:DropDownList ID="ddlzhuanye" runat="server">
            </asp:DropDownList></div>
                                    </td>
                                </tr>
                                <tr>
                                    <td nowrap="nowrap" style="width: 63px; height: 17px">
                                        <div align="right">
            班级名称:</div>
                                    </td>
                                    <td nowrap="nowrap" style="width: 377px; height: 17px">
                                        <div align="left">
            <asp:TextBox ID="txtclassname" runat="server"></asp:TextBox><asp:RequiredFieldValidator
                ID="RequiredFieldValidator4" runat="server" ControlToValidate="txtclassname"
                ErrorMessage="所在班级名称必填"></asp:RequiredFieldValidator></div>
                                    </td>
                                    <td nowrap="nowrap" style="width: 86px; height: 17px">
                                        <div align="right">
            辅导老师姓名:</div>
                                    </td>
                                    <td nowrap="nowrap" style="height: 17px">
                                        <div align="left">
            <asp:TextBox ID="txtteacher" runat="server"></asp:TextBox><asp:RequiredFieldValidator
                ID="RequiredFieldValidator5" runat="server" ControlToValidate="txtteacher" ErrorMessage="辅导老师姓名不能为空"></asp:RequiredFieldValidator></div>
                                    </td>
                                </tr>
                                <tr>
                                    <td align="center" bgcolor="#ccccff" colspan="4" nowrap="nowrap" style="height: 18px">
            <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="下一步" />
                                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                        <asp:Button ID="Button3" runat="server" CausesValidation="False" OnClick="Button3_Click"
                                            Text="重 置" /></td>
                                </tr>
                            </table>
                            </asp:Panel>
                            <asp:Panel ID="Panel2" runat="server" Height="50px" Width="125px" Visible="False">
                                <div align="center">
                                    <table border="0" style="width: 904px">
                                        <tr>
                                            <td align="left" background="images/admin_bg_1.gif" nowrap="nowrap" style="width: 971px;
                                                height: 21px">
                                                <div align="justify" style="font-weight: bold; color: white">
                                                    宿舍信息填写</div>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td nowrap="nowrap" style="width: 971px">
                                                <div align="center">
                                                    <table border="0" style="width: 980px">
                                                        <tr>
                                                            <td nowrap="nowrap" style="width: 90px; height: 17px">
                                                                <div align="right">
                                                                    寝室类别:</div>
                                                            </td>
                                                            <td nowrap="nowrap" style="width: 365px; height: 17px">

⌨️ 快捷键说明

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