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

📄 info_collegescholarshipinfo.aspx

📁 哈尔滨师范大学教务系统开发---基于WEB的高校教务系统平台源码 作者:易继勇(哈尔滨师范大学05级计算机科学系)
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
                                                <asp:DropDownList ID="scholarGrade" runat="server" Width="66px">
                                                    <asp:ListItem>一等</asp:ListItem>
                                                    <asp:ListItem>二等</asp:ListItem>
                                                    <asp:ListItem>三等</asp:ListItem>
                                                    <asp:ListItem>无等级</asp:ListItem>
                                                </asp:DropDownList></td>
                                            <td colspan="2">
                                                <asp:CheckBox ID="scholarUnit1" runat="server" Text="奖学金单位:" /><asp:DropDownList
                                                    ID="scholarUnit" runat="server"  Width="351px">
                                                </asp:DropDownList><br />
                                                &nbsp;</td>
                                        </tr>
                                        <tr style="height: 25px">
                                            <td style="width: 245px; height: 25px">
                                                &nbsp;&nbsp;<asp:CheckBox ID="scholarKind1" runat="server" Text="奖学金种类:" />
                                                <asp:DropDownList ID="scholarKind" runat="server" Width="123px">
                                                    <asp:ListItem>系内奖学金</asp:ListItem>
                                                    <asp:ListItem>校内奖学金</asp:ListItem>
                                                    <asp:ListItem>国家奖学金</asp:ListItem>
                                                    <asp:ListItem>个人奖学金</asp:ListItem>
                                                    <asp:ListItem>企业奖学金</asp:ListItem>
                                                </asp:DropDownList></td>
                                            <td style="width: 245px; height: 25px">
                                                <asp:CheckBox ID="scholarName1" runat="server" Text="奖学金名称:" />
                                                <asp:DropDownList ID="scholarName" runat="server" Width="126px">
                                                    <asp:ListItem>系内一等奖学金</asp:ListItem>
                                                    <asp:ListItem>系内二等奖学金</asp:ListItem>
                                                    <asp:ListItem>系内三等奖学金</asp:ListItem>
                                                    <asp:ListItem>校内一等奖学金</asp:ListItem>
                                                    <asp:ListItem>校内二等奖学金</asp:ListItem>
                                                    <asp:ListItem>校内三等奖学金</asp:ListItem>
                                                    <asp:ListItem>国家一等奖学金</asp:ListItem>
                                                    <asp:ListItem>国家二等奖学金</asp:ListItem>
                                                    <asp:ListItem>国家三等奖学金</asp:ListItem>
                                                    <asp:ListItem>国家全额奖学金</asp:ListItem>
                                                    <asp:ListItem>国家励志奖学金</asp:ListItem>
                                                    <asp:ListItem>国家一等助学金</asp:ListItem>
                                                    <asp:ListItem>国家二等助学金</asp:ListItem>
                                                    <asp:ListItem>国家三等奖学金</asp:ListItem>
                                                    <asp:ListItem>个人奖学金</asp:ListItem>
                                                    <asp:ListItem>企业奖学金</asp:ListItem>
                                                    <asp:ListItem>自定义奖学金</asp:ListItem>
                                                </asp:DropDownList></td>
                                            <td style="width: 245px; height: 25px">
                                                <asp:CheckBox ID="scholarDate1" runat="server" Text="获奖日期:" /><asp:TextBox ID="scholarDate"
                                                    runat="server" Width="140px"></asp:TextBox><asp:RegularExpressionValidator
                                                        ID="RegularExpressionValidator1" runat="server" ControlToValidate="scholarDate"
                                                        ErrorMessage="您输入的奖学金日期格式不对!" ValidationExpression="[0-9]{1,4}-[0-9]{1,2}-[0-9]{1,2}">*</asp:RegularExpressionValidator>(YYYY-MM-DD:例:2005-12-25)</td>
                                        </tr>
                                        <tr style="height: 25px">
                                            <td style="width: 245px">
                                                &nbsp;
                                                <asp:CheckBox ID="scholarStudyYear1" runat="server" Text="奖学金学年:" /><asp:DropDownList
                                                    ID="scholarStudyYear" runat="server"  Width="83px">
                                                </asp:DropDownList>
                                            </td>
                                            <td style="width: 245px">
                                                <asp:CheckBox ID="scholarSemester1" runat="server" Text="奖学金学期:" />
                                                <asp:DropDownList ID="scholarSemester" runat="server" Width="60px">
                                                    <asp:ListItem>1</asp:ListItem>
                                                    <asp:ListItem>2</asp:ListItem>
                                                    <asp:ListItem>3</asp:ListItem>
                                                </asp:DropDownList></td>
                                            <td style="width: 245px">
                                                &nbsp;</td>
                                        </tr>
                                        <tr style="height: 25px">
                                            <td colspan="3" style="text-align: center">
                                                <asp:Button ID="submit" runat="server" class="btn3_mouseout" onmousedown="this.className='btn3_mousedown'"
                                                    onmouseout="this.className='btn3_mouseout'" onmouseover="this.className='btn3_mouseover'"
                                                    onmouseup="this.className='btn3_mouseup'" Text="提  交" OnClick="submit_Click" />
                                                &nbsp; &nbsp; &nbsp;
                                                <input id="Reset2" 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>
                                    <asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowMessageBox="True"
                                        ShowSummary="False" />
                                </asp:Panel>
                            </td>
                        </tr>
                        <tr>
                        </tr>
                    </table>
                    <asp:Label ID="highNumber" runat="server" Text="0" Visible="False"></asp:Label></td>
            </tr>
            <tr>
            </tr>
        </table>
        
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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