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

📄 std_addstdbasicinfolist.aspx

📁 该系统是一个集成多功能的信息管理系统
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
                    &nbsp; 家庭详细地址:</td>
                <td colspan="2" style="height: 25px; background-color: #dee9f9">
                    &nbsp;
                    <asp:TextBox ID="homeAddress" runat="server" Width="250px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 出生地:</td>
                <td style="width: 184px; height: 25px; background-color: #dee9f9">
                    &nbsp;
                    <asp:TextBox ID="homePlace" runat="server" Width="120px"></asp:TextBox></td>
                <td style="width: 143px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 港澳台码:</td>
                <td style="width: 183px; height: 25px; background-color: #dee9f9">
                    &nbsp;
                    <asp:TextBox ID="gangaotaiCode" runat="server" Width="120px"></asp:TextBox></td>
                <td style="width: 155px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 家庭所在地:</td>
                <td colspan="2" style="height: 25px; background-color: #dee9f9">
                    &nbsp;
                    <asp:TextBox ID="homeLocus" runat="server" Width="250px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 健康状况:</td>
                <td style="width: 184px; height: 25px; background-color: #dee9f9">
                    &nbsp;
                    <asp:TextBox ID="healthCondition" runat="server" Width="120px"></asp:TextBox></td>
                <td style="width: 143px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 报道号:</td>
                <td style="width: 183px; height: 25px; background-color: #dee9f9">
                    &nbsp;
                    <asp:TextBox ID="reportCode" runat="server" Width="120px"></asp:TextBox>&nbsp;
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator21" runat="server" ControlToValidate="reportCode"
                        ErrorMessage="报道号不能为空!">*</asp:RequiredFieldValidator></td>
                <td colspan="3" rowspan="6" style="vertical-align: top; color: #000000; background-color: #e4ecf3">
                    备注: &nbsp; &nbsp;
                    <asp:TextBox ID="remark" runat="server" Height="149px" TextMode="MultiLine" Width="411px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 学院:</td>
                <td style="width: 184px; height: 25px; background-color: #dee9f9">
                    &nbsp;&nbsp;<asp:DropDownList ID="college" runat="server" AutoPostBack="True"  OnSelectedIndexChanged="college_SelectedIndexChanged"
                        Width="209px">
                        <asp:ListItem></asp:ListItem>
                    </asp:DropDownList>
                </td>
                <td colspan="2" style="height: 25px; background-color: #e4ecf3">
                    &nbsp; 是否高水平运动员:
                    <asp:DropDownList ID="ifathlete" runat="server" Width="69px">
                        <asp:ListItem></asp:ListItem>
                        <asp:ListItem>是</asp:ListItem>
                        <asp:ListItem>否</asp:ListItem>
                    </asp:DropDownList></td>
            </tr>
            <tr>
                <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 系:</td>
                <td style="width: 184px; height: 25px; background-color: #dee9f9">
                    &nbsp;
                    <asp:TextBox ID="department" runat="server" Width="120px"></asp:TextBox>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator7" runat="server" ControlToValidate="department"
                        ErrorMessage="系不能为空!">*</asp:RequiredFieldValidator></td>
                <td style="width: 143px; color: #000000; height: 25px; background-color: #e4ecf3">
                    &nbsp; 英语等级:</td>
                <td style="width: 183px; height: 25px; background-color: #dee9f9">
                    &nbsp;
                    <asp:DropDownList ID="englishGrade" runat="server" Width="73px">
                        <asp:ListItem>四级</asp:ListItem>
                        <asp:ListItem>六级</asp:ListItem>
                    </asp:DropDownList></td>
            </tr>
            <tr>
                <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 专业:</td>
                <td style="width: 184px; height: 25px; background-color: #dee9f9">
                    &nbsp;&nbsp;<asp:DropDownList ID="speciality" runat="server" Width="155px">
                        <asp:ListItem>计算机科学与技术</asp:ListItem>
                    </asp:DropDownList>
                </td>
                <td style="width: 143px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 英语成绩:</td>
                <td style="width: 183px; height: 25px; background-color: #dee9f9">
                    &nbsp;
                    <asp:TextBox ID="englishMark" runat="server" Width="120px"></asp:TextBox>
                    <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="englishMark"
                        ErrorMessage="英语成绩必须是整数!" Operator="DataTypeCheck" Type="Integer">*</asp:CompareValidator></td>
            </tr>
            <tr style="color: #000000">
                <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 教学班:</td>
                <td style="width: 184px; height: 25px; background-color: #dee9f9">
                    &nbsp;
                    <asp:TextBox ID="teachedClass" runat="server" Width="120px"></asp:TextBox>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator9" runat="server" ControlToValidate="teachedClass"
                        ErrorMessage="教学班不能为空!">*</asp:RequiredFieldValidator></td>
                <td style="width: 143px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 录检表码:</td>
                <td style="width: 183px; height: 25px; background-color: #dee9f9">
                    &nbsp;
                    <asp:TextBox ID="lujianCode" runat="server" Width="120px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 行政班:</td>
                <td style="width: 184px; height: 25px; background-color: #dee9f9">
                    &nbsp;
                    <asp:TextBox ID="adminClass" runat="server" Width="120px"></asp:TextBox>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator10" runat="server" ControlToValidate="adminClass"
                        ErrorMessage="行政班不能为空!">*</asp:RequiredFieldValidator></td>
                <td style="width: 143px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 特长:</td>
                <td style="width: 183px; height: 25px; background-color: #dee9f9">
                    &nbsp;
                    <asp:TextBox ID="strongSuit" runat="server" Width="120px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 学制:</td>
                <td style="width: 184px; height: 25px; background-color: #dee9f9">
                    &nbsp;&nbsp;<asp:DropDownList ID="eductionalSystme" runat="server" Width="69px">
                        <asp:ListItem>4</asp:ListItem>
                        <asp:ListItem>2</asp:ListItem>
                        <asp:ListItem>3</asp:ListItem>
                        <asp:ListItem>5</asp:ListItem>
                        <asp:ListItem>6</asp:ListItem>
                        <asp:ListItem>7</asp:ListItem>
                        <asp:ListItem>8</asp:ListItem>
                    </asp:DropDownList>
                </td>
                <td style="width: 143px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 党团时间:</td>
                <td style="width: 183px; height: 25px; background-color: #dee9f9">
                    &nbsp;
                    <asp:TextBox ID="partyTime" runat="server" Width="120px"></asp:TextBox></td>
                <td style="width: 155px; height: 25px; background-color: #e4ecf3">
                    &nbsp;出生年月:</td>
                <td style="width: 209px; height: 25px; background-color: #dee9f9">
                    &nbsp;<asp:TextBox ID="birthYearMonth" runat="server" Width="128px"></asp:TextBox></td>
                <td style="width: 165px; height: 25px; background-color: #e4ecf3">
                    &nbsp;</td>
            </tr>
            <tr>
                <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 学习年限:</td>
                <td style="width: 184px; height: 25px; background-color: #dee9f9">
                    &nbsp;&nbsp;<asp:DropDownList ID="studyLength" runat="server" Width="69px">
                        <asp:ListItem>4</asp:ListItem>
                        <asp:ListItem>2</asp:ListItem>
                        <asp:ListItem>3</asp:ListItem>
                        <asp:ListItem>5</asp:ListItem>
                        <asp:ListItem>6</asp:ListItem>
                        <asp:ListItem>7</asp:ListItem>
                        <asp:ListItem>8</asp:ListItem>
                    </asp:DropDownList>
                </td>
                <td style="width: 143px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 火车目的地:</td>
                <td style="width: 183px; height: 25px; background-color: #dee9f9">
                    &nbsp;
                    <asp:TextBox ID="trainDestination" runat="server" Width="120px"></asp:TextBox></td>
                <td style="width: 155px; height: 25px; background-color: #e4ecf3">
                    &nbsp;</td>
                <td style="width: 209px; height: 25px; background-color: #dee9f9">
                    &nbsp;</td>
                <td style="width: 165px; height: 25px; background-color: #e4ecf3">
                    &nbsp;</td>
            </tr>
            <tr>
                <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 学籍状态:</td>
                <td style="width: 184px; height: 25px; background-color: #dee9f9">
                    &nbsp;&nbsp;<asp:DropDownList ID="studyState" runat="server" Width="69px">
                        <asp:ListItem>有</asp:ListItem>
                        <asp:ListItem>无</asp:ListItem>
                    </asp:DropDownList>
                </td>
                <td style="width: 143px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 手机类型:</td>
                <td style="width: 183px; height: 25px; background-color: #dee9f9">
                    &nbsp;
                    <asp:TextBox ID="handphoneStyle" runat="server" Width="120px"></asp:TextBox></td>
                <td style="width: 155px; height: 25px; background-color: #e4ecf3">
                    &nbsp;</td>
                <td style="width: 209px; height: 25px; background-color: #dee9f9">
                    &nbsp;</td>
                <td style="width: 165px; height: 25px; background-color: #e4ecf3">
                    &nbsp;</td>
            </tr>
            <tr>
                <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 当前所在年级:</td>
                <td style="width: 184px; height: 25px; background-color: #dee9f9">
                    &nbsp;&nbsp;<asp:DropDownList ID="currentlyGrade" runat="server"  Width="78px">
                    </asp:DropDownList>
                </td>
                <td style="width: 143px; height: 25px; background-color: #e4ecf3">
                    &nbsp; 手机号码:</td>
                <td style="width: 183px; height: 25px; background-color: #dee9f9">
                    &nbsp;
                    <asp:TextBox ID="handphoneNumber" runat="server" Width="120px"></asp:TextBox></td>
                <td style="width: 155px; height: 25px; background-color: #e4ecf3">
                    &nbsp;</td>
                <td style="width: 209px; height: 25px; background-color: #dee9f9">
                    &nbsp;</td>
                <td style="width: 165px; height: 25px; background-color: #e4ecf3">
                    &nbsp;</td>
            </tr>
            <tr>
                <td colspan="7" style="height: 25px; background-color: #e4ecf3; 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" onmousedown="this.className='btn3_mousedown'"
                        onmouseout="this.className='btn3_mouseout'" onmouseover="this.className='btn3_mouseover'"
                        onmouseup="this.className='btn3_mouseup'" type="reset" value="重  置" />
                    <asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowMessageBox="True"
                        ShowSummary="False" />
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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