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

📄 deal_lest.aspx

📁 基于WEB的在线考试系统建立在系统后台的数据库的基础上
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Deal_Lest.aspx.cs" Inherits="Teacher_Deal_Lest" %>

<!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="Style\css.css" rel="stylesheet"
        type="text/css" />

</head>
<body>
    <form id="form1" runat="server">
    <div>
    <div id="HC" style="width: 757px; height: 105px; background-color: #fff;">
                            <table border="0" cellpadding="0" cellspacing="0" style="width: 753px; height: 104px" id="TABLE1" >
                                <tr>
                                    <td align="center" style="width: 747px" >
                                        
                                      <div class="HC1">
                                          <span style="font-size: 14px">将关系到本科目的学生成绩(合计)</span>:</div>
                                        <div class="HC3">
                                            <ul class="FS12">
                                            </ul>
                                            科目:<asp:DropDownList ID="Subject" runat="server" DataSourceID="ObjectDataSource1" DataTextField="SubjectName" DataValueField="SubjectID">
                                            </asp:DropDownList>
                                            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <asp:Button ID="Ok" runat="server"
                                                CssClass="subbutton" OnClick="Ok_Click" Text="确认提交" Width="82px" />
                                            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                            <asp:ObjectDataSource ID="ObjectDataSource1" runat="server" OldValuesParameterFormatString="original_{0}"
                                                SelectMethod="GetSubjectForTeacher" TypeName="BLL.Subject">
                                                <SelectParameters>
                                                    <asp:SessionParameter Name="TeacherID" SessionField="TeacherID" Type="String" />
                                                </SelectParameters>
                                            </asp:ObjectDataSource>
                                        </div>
                                  </td>
                                </tr>
      </table>
      </div>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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