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

📄 cjscores.aspx

📁 本系统内置的测评模块可以根据学生的学习成绩以及往日的综合表现对学生的综合素质分进行自动评分操作
💻 ASPX
字号:
<%@ Page AutoEventWireup="false" Inherits="px.cjscores" %>

<!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="../App_Themes/default/admincp.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
  <div>
<br />
    <table class="guide" cellspacing="0" cellpadding="0" width="100%" border="0"><tbody>
<tr><td><a href="#">系统首页</A>&nbsp;&raquo;&nbsp;成绩录入页面</td></tr></tbody></table><table class="guide" cellspacing="0" cellpadding="0" width="100%" border="0">
    <tr>
        <td valign="top">
            院系:<asp:DropDownList ID="yxlb" runat="server" Width="143px" AutoPostBack="True">
            </asp:DropDownList>班级年份:<asp:DropDownList ID="bjnf" runat="server" Width="73px" AutoPostBack="True">
            </asp:DropDownList>&nbsp; 班级:<asp:DropDownList ID="bj" runat="server" Width="79px" AutoPostBack="True">
            </asp:DropDownList>档案年份<asp:DropDownList ID="danf" runat="server" Width="94px" AutoPostBack="True">
            </asp:DropDownList>
            :档案分值录入是以最终档案表为依据<a href="#"></a></td>
    </tr>
</table>
<br />
<table class="tableborder" cellspacing="0" cellpadding="0" width="100%" border="0">

<tr class="header">
    <td colspan="5" style="height: 30px">
        分值录入 该院系该班级本期记录表中共有学生档案记录数为: <span runat="server" id="man"></span></td>
</tr>
    <tr>
    </tr>
    <tr>
    </tr>
    <tr>
    </tr>
    <tr>
    </tr>
</table>

    </div>
       <asp:Repeater ID="Repeater1" runat="server">
        <ItemTemplate>
              <table width="100%" cellpadding="2" cellspacing="2"  style=" border:1px dashed gray; border-top:none">
                    <tr>
                           <td><asp:Label ID="sid" runat="server"  Width="25" Visible="false" Text='<%#Container.DataItem("student_id")%>'></asp:Label></td>
                            <td><asp:Label ID="Label1" runat="server"  Width="150">学生姓名:<%#container.DataItem("name") %></asp:Label></td>
                            <td>学生本期成绩:<asp:TextBox ID="TextBox1" runat="server"  Width="100" Text='<%#container.DataItem("cjfz")%>'></asp:TextBox></td>
                    </tr>
                </table>
        </ItemTemplate>
        </asp:Repeater>
        <asp:Button ID="Button2" runat="server" Text="更新分值信息" Width="188px" />
    </form>
</body>
</html>

⌨️ 快捷键说明

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