📄 查看学生成绩.aspx
字号:
<%@ Page language="c#" Codebehind="查看学生成绩.aspx.cs" AutoEventWireup="false" Inherits="学生综合素质测评系统.查看学生成绩" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>查看学生成绩</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<asp:DataGrid id="DataGrid1" style="Z-INDEX: 101; LEFT: 88px; POSITION: absolute; TOP: 168px"
runat="server" Width="600px" AllowCustomPaging="True" AllowPaging="True" PageSize="2" BackColor="White"
BorderColor="#999999" BorderStyle="None" BorderWidth="1px" CellPadding="3" GridLines="Vertical">
<FooterStyle ForeColor="Black" BackColor="#CCCCCC"></FooterStyle>
<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#008A8C"></SelectedItemStyle>
<AlternatingItemStyle BackColor="#DCDCDC"></AlternatingItemStyle>
<ItemStyle ForeColor="Black" BackColor="#EEEEEE"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#000084"></HeaderStyle>
<PagerStyle HorizontalAlign="Center" ForeColor="Black" BackColor="#999999" Mode="NumericPages"></PagerStyle>
</asp:DataGrid>
<asp:HyperLink id="HyperLink5" style="Z-INDEX: 103; LEFT: 88px; POSITION: absolute; TOP: 32px"
runat="server" NavigateUrl="测评登录.aspx">退出</asp:HyperLink>
<TABLE id="Table1" style="Z-INDEX: 102; LEFT: 160px; WIDTH: 432px; POSITION: absolute; TOP: 72px; HEIGHT: 56px"
cellSpacing="1" cellPadding="1" width="432" border="1">
<TR>
<TD style="WIDTH: 131px; HEIGHT: 21px">
<asp:Label id="Label1" runat="server">请输入学生的学号</asp:Label></TD>
<TD style="WIDTH: 76px; HEIGHT: 21px">
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
<TD style="HEIGHT: 21px">
<asp:Label id="Label2" runat="server" Font-Size="Medium" ForeColor="Red"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 131px">
<asp:Button id="Button1" runat="server" Text="确定"></asp:Button></TD>
<TD style="WIDTH: 76px">
<asp:Button id="Button2" runat="server" Text="重置"></asp:Button></TD>
<TD></TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -