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

📄 std_findstudentuserinfo.aspx

📁 该系统是一个集成多功能的信息管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="std_findStudentUserInfo.aspx.cs" Inherits="manager_sysManager_studentManage_std_findStudentUserInfo" %>

<!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="../../../CSS/CSS.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin-top: 0px; margin-bottom: 0px; margin-right:0px; margin-left:0px" class="css">
    <form id="form1" runat="server">
    <div>
        <table style="width: 740px; height: 490px" border="0" cellpadding="0" cellspacing="0" class="css">
            <tr style="height: 25px">
                <td colspan="3" style="background-image: url(../../../image/system/main_top_bg.gif)">
                    &nbsp; &nbsp; 学生管理→学生信息管理→查找学生用户信息</td>
            </tr>
            <tr style="height: 465px">
                <td colspan="3" rowspan="2" style="vertical-align: top; background-color: #dee9f9; text-align: center">
                    <table border="1" bordercolordark="#003399" bordercolorlight="#6a82dd" cellpadding="0"
                        cellspacing="0" class="css" style="width: 735px; height: 75px; text-align: left">
                        <tr style="height: 25px">
                            <td style="width: 312px; height: 25px">
                                &nbsp;<asp:CheckBox ID="studyNumber1" runat="server" Text="学生学号:" /><asp:TextBox
                                    ID="studyNumber" runat="server" Width="120px"></asp:TextBox></td>
                            <td style="width: 402px; height: 25px">
                                <asp:CheckBox ID="IDcardNumber1" runat="server" Text="身份证号:" /><asp:TextBox ID="IDcardNumber"
                                    runat="server" Width="120px"></asp:TextBox></td>
                            <td style="width: 282px; height: 25px">
                                <asp:CheckBox ID="studentName1" runat="server" Text="学生姓名:" /><asp:TextBox ID="studentName"
                                    runat="server" Width="108px"></asp:TextBox></td>
                        </tr>
                        <tr style="height: 25px">
                            <td style="width: 312px">
                                &nbsp;<asp:CheckBox ID="grade1" runat="server" Checked="True" Enabled="False" Text="学生年级:" /><asp:DropDownList
                                    ID="grade" runat="server"  Width="91px">
                                </asp:DropDownList>
                            </td>
                            <td style="width: 402px">
                                <asp:CheckBox ID="college1" runat="server" Checked="True" Enabled="False" Text="学生学院:" /><asp:DropDownList
                                    ID="college" runat="server" AutoPostBack="True"  OnSelectedIndexChanged="college_SelectedIndexChanged"
                                    Width="209px">
                                    <asp:ListItem></asp:ListItem>
                                </asp:DropDownList>
                            </td>
                            <td style="width: 282px">
                                <asp:CheckBox ID="speciality1" runat="server" Text="学生专业:" /><asp:DropDownList ID="speciality"
                                    runat="server" Width="112px">
                                </asp:DropDownList></td>
                        </tr>
                        <tr style="height: 25px">
                            <td colspan="3" style="text-align: center">
                                <asp:Button ID="submit" runat="server" class="btn3_mouseout" OnClick="submit_Click"
                                    onmousedown="this.className='btn3_mousedown'" onmouseout="this.className='btn3_mouseout'"
                                    onmouseover="this.className='btn3_mouseover'" onmouseup="this.className='btn3_mouseup'"
                                    Text="提  交" />
                                &nbsp; &nbsp;&nbsp;
                                <input id="Reset1" class="btn3_mouseout" onclick="return Reset1_onclick()" onmousedown="this.className='btn3_mousedown'"
                                    onmouseout="this.className='btn3_mouseout'" onmouseover="this.className='btn3_mouseover'"
                                    onmouseup="this.className='btn3_mouseup'" type="reset" value="重  置" /></td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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