📄 listgradeinfo.aspx
字号:
<%@ Page language="c#" Codebehind="ListGradeInfo.aspx.cs" AutoEventWireup="false" Inherits="BSNetExam.LookGrade.ListGradeInfo" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>考生成绩信息列表</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<script language="javascript" src="../CSS/NORightMouse.js"></script>
<LINK href="../CSS/STYLE.CSS" type="text/css" rel="stylesheet">
</HEAD>
<body style="OVERFLOW-X: hidden" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="535" align="center" border="0">
<tr>
<td><br>
</td>
</tr>
<tr height="25">
<td align="center"><font style="FONT-SIZE: 16px" face="黑体" color="#0054a6">考生成绩信息列表</font></td>
</tr>
<tr height="25">
<td>查询<asp:dropdownlist id="DDLDept" runat="server" Width="100px"></asp:dropdownlist><asp:dropdownlist id="DDLQuery" runat="server">
<asp:ListItem Value="UserCode">准考证号</asp:ListItem>
<asp:ListItem Value="ExamName">考试名称</asp:ListItem>
</asp:dropdownlist><asp:textbox id="txtQuery" runat="server" Width="64px" CssClass="text"></asp:textbox>
排序<asp:dropdownlist id="DDLOrder" runat="server">
<asp:ListItem Value="UserCode">准考证号降序</asp:ListItem>
<asp:ListItem Value="GetCountFen">考试得分降序</asp:ListItem>
</asp:dropdownlist> <asp:imagebutton id="ImgButQuery" runat="server" ImageUrl="../image/button/butQuery.gif"></asp:imagebutton>
<asp:imagebutton id="ImgButPrint" runat="server" ImageUrl="../image/button/butImport.gif" BorderWidth="0px"></asp:imagebutton></td>
</tr>
<TR>
<td><asp:datagrid id="DataGridExam" runat="server" PageSize="15" CellPadding="3" BorderWidth="1px"
AutoGenerateColumns="False" Width="100%">
<HeaderStyle HorizontalAlign="Center" ForeColor="White" BackColor="#076AA3"></HeaderStyle>
<Columns>
<asp:BoundColumn Visible="False" DataField="PaperID"></asp:BoundColumn>
<asp:BoundColumn DataField="UserCode" HeaderText="准考证号"></asp:BoundColumn>
<asp:BoundColumn DataField="UserName" HeaderText="考生姓名"></asp:BoundColumn>
<asp:BoundColumn DataField="ExamName" HeaderText="考试名称">
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Subject" HeaderText="考试科目">
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="GetCountFen" HeaderText="考试得分">
<ItemStyle HorizontalAlign="Center" ForeColor="Red"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Flag" HeaderText="当前标识">
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:TemplateColumn HeaderText="查卷">
<HeaderStyle Width="30px"></HeaderStyle>
<ItemTemplate>
<asp:Label id="labLook" runat="server">查卷</asp:Label>
</ItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn HeaderText="打印">
<HeaderStyle Width="30px"></HeaderStyle>
<ItemTemplate>
<asp:Label id="labPrint" runat="server">打印</asp:Label>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
<PagerStyle HorizontalAlign="Right" Mode="NumericPages"></PagerStyle>
</asp:datagrid></td>
</TR>
</TABLE>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -