📄 schclass2.aspx
字号:
<%@ Page language="c#" Codebehind="schclass2.aspx.cs" AutoEventWireup="false" Inherits="kqxt.schclass3" %>
<%@ Register TagPrefix="uc1" TagName="daoyuan" Src="ascxs/daoyuan.ascx" %>
<%@ Register TagPrefix="uc1" TagName="dyleft" Src="ascxs/dyleft.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>schclass2</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="宋体">
<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="1200" border="0">
<TR>
<TD style="HEIGHT: 186px" align="center">
<uc1:daoyuan id="Daoyuan1" runat="server"></uc1:daoyuan></TD>
</TR>
<TR>
<TD>
<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="1200" border="0">
<TR>
<TD style="WIDTH: 208px">
<uc1:dyleft id="Dyleft1" runat="server"></uc1:dyleft></TD>
<TD>
<TABLE id="Table3" style="WIDTH: 707px; HEIGHT: 372px" cellSpacing="1" cellPadding="1"
width="707" border="1">
<TR>
<TD align="center">
<TABLE id="Table4" borderColor="#00ffff" cellSpacing="1" cellPadding="1" width="600" align="center"
border="0">
<TR>
<TD style="WIDTH: 419px" align="center" bgColor="#eeffcc">
<asp:Label id="Label1" runat="server" Font-Size="Smaller">请选择你要查询的班级:</asp:Label>
<asp:DropDownList id="DropDownList1" runat="server" Width="102px"></asp:DropDownList></TD>
<TD style="WIDTH: 319px" align="center" bgColor="#eeffcc">
<asp:Button id="search" runat="server" Text="查询"></asp:Button>
<asp:LinkButton id="LinkButton1" runat="server">详细查询</asp:LinkButton></TD>
<TD align="center" bgColor="#eeffcc"></TD>
</TR>
</TABLE>
<TABLE id="Table5" style="WIDTH: 600px; HEIGHT: 272px" borderColor="#00ffff" cellSpacing="1"
cellPadding="1" width="600" align="center" border="0">
<TR>
<TD align="center">
<asp:Label id="Label2" runat="server"></asp:Label>
<asp:DataGrid id="DataGrid1" runat="server" Width="592px" AutoGenerateColumns="False" Height="215px"
BorderColor="#999999" BorderStyle="None" BorderWidth="1px" BackColor="White" CellPadding="3"
GridLines="Vertical" AllowPaging="True" PageSize="5">
<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#008A8C"></SelectedItemStyle>
<AlternatingItemStyle BackColor="Gainsboro"></AlternatingItemStyle>
<ItemStyle ForeColor="Black" BackColor="#EEEEEE"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#000084"></HeaderStyle>
<FooterStyle ForeColor="Black" BackColor="#CCCCCC"></FooterStyle>
<Columns>
<asp:BoundColumn DataField="stuID" HeaderText="学号"></asp:BoundColumn>
<asp:BoundColumn DataField="stuName" HeaderText="姓名"></asp:BoundColumn>
<asp:BoundColumn DataField="status" HeaderText="状态"></asp:BoundColumn>
<asp:BoundColumn DataField="courseName" HeaderText="课程"></asp:BoundColumn>
<asp:BoundColumn DataField="dates" HeaderText="时间"></asp:BoundColumn>
</Columns>
<PagerStyle NextPageText="下一页" PrevPageText="上一页" HorizontalAlign="Right" ForeColor="Black"
Position="TopAndBottom" BackColor="#999999"></PagerStyle>
</asp:DataGrid></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -