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

📄 add_grade.aspx

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

<!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>
        <div align="center">
            <table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" style="width: 319px;
                height: 320px">
                <tr>
                    <td background="BG/007.jpg" colspan="3" style="font-weight: bold; font-size: 25px;
                        color: #ffffff; height: 30px; background-color: #ffffff">
                        &nbsp;添加年级信息</td>
                </tr>
                <tr>
                    <td align="right" style="width: 164px">
                        &nbsp; &nbsp; &nbsp;&nbsp; 年级:</td>
                    <td style="width: 100px" align="center">
                        <asp:DropDownList ID="DropDownList2" runat="server" Height="20px" Width="100px">
                            <asp:ListItem Value="2006">2006级</asp:ListItem>
                            <asp:ListItem Value="2007">2007级</asp:ListItem>
                            <asp:ListItem Value="2008">2008级</asp:ListItem>
                            <asp:ListItem Selected="True" Value="2009">2009级</asp:ListItem>
                            <asp:ListItem Value="2010">2010级</asp:ListItem>
                            <asp:ListItem Value="2011">2011级</asp:ListItem>
                            <asp:ListItem Value="2012">2012级</asp:ListItem>
                        </asp:DropDownList></td>
                    <td style="width: 100px">
                    </td>
                </tr>
                <tr>
                    <td style="width: 164px; height: 30px" align="right">
                        &nbsp; &nbsp; &nbsp; 所属部门:</td>
                    <td align="center" style="width: 100px; height: 30px">
                        &nbsp;<asp:DropDownList ID="DropDownList1" runat="server" Width="100px">
                        </asp:DropDownList>
                    </td>
                    <td style="width: 100px; height: 30px">
                    </td>
                </tr>
                <tr>
                    <td style="width: 164px; height: 37px" align="right">
                        &nbsp; 年制:</td>
                    <td style="width: 100px; height: 37px">
                        <asp:RadioButtonList ID="RadioButtonList1" runat="server" Height="21px" RepeatDirection="Horizontal"
                            Width="152px">
                            <asp:ListItem Selected="True" Value="3">3年制</asp:ListItem>
                            <asp:ListItem Value="4">4年制</asp:ListItem>
                        </asp:RadioButtonList></td>
                    <td style="width: 100px; height: 37px">
                    </td>
                </tr>
                <tr>
                    <td style="width: 164px; height: 42px" align="right">
                        &nbsp; &nbsp; 包含学期:</td>
                    <td style="width: 100px; height: 42px">
                        <asp:RadioButtonList ID="RadioButtonList2" runat="server" Height="24px" RepeatDirection="Horizontal"
                            Width="146px">
                            <asp:ListItem Value="3">3学期</asp:ListItem>
                            <asp:ListItem Selected="True" Value="6">6学期</asp:ListItem>
                        </asp:RadioButtonList></td>
                    <td style="width: 100px; height: 42px">
                    </td>
                </tr>
                <tr>
                    <td style="width: 164px; height: 21px">
                    </td>
                    <td align="center" style="width: 100px; height: 21px">
                        <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="添加" />
                        <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/EditScore.aspx" Width="38px">返回</asp:HyperLink></td>
                    <td align="left" style="width: 100px; height: 21px">
                    </td>
                </tr>
                <tr>
                    <td bgcolor="window" colspan="3" style="height: 36px">
                        <asp:Label ID="Label1" runat="server" Font-Size="11px" ForeColor="Red"></asp:Label></td>
                </tr>
            </table>
        </div>
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
        <br />
        <br />
        <br />
        <br />
        <br />
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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