📄 schname2.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="daoyuan" Src="ascxs/daoyuan.ascx" %>
<%@ Register TagPrefix="uc1" TagName="dyleft" Src="ascxs/dyleft.ascx" %>
<%@ Page language="c#" Codebehind="schname2.aspx.cs" AutoEventWireup="false" Inherits="kqxt.dysch" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>dysch</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">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; WIDTH: 1205px; POSITION: absolute; TOP: 8px; HEIGHT: 296px"
cellSpacing="1" cellPadding="1" width="1205" border="0">
<TR>
<TD align="center" style="HEIGHT: 189px">
<uc1:daoyuan id="Daoyuan1" runat="server"></uc1:daoyuan></TD>
</TR>
<TR>
<TD>
<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="1200" border="0" style="WIDTH: 1200px; HEIGHT: 91px">
<TR>
<TD style="WIDTH: 180px">
<uc1:dyleft id="Dyleft1" runat="server"></uc1:dyleft></TD>
<TD align="center"><TABLE id="Table4" borderColor="#00ffff" cellSpacing="1" cellPadding="1" width="1021" align="center"
border="0" style="WIDTH: 1021px; HEIGHT: 26px">
<TR>
<TD style="WIDTH: 272px" 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: 584px" align="center" bgColor="#eeffcc">
<asp:Label id="Label2" runat="server" Font-Size="X-Small">请输入您要查询的学生姓名:</asp:Label>
<asp:TextBox id="name" runat="server"></asp:TextBox></TD>
<TD align="center" bgColor="#eeffcc">
<asp:ImageButton id="ImageButton1" runat="server" ImageUrl="Images/query.gif"></asp:ImageButton></TD>
</TR>
</TABLE></FONT>
<asp:DataGrid id="DataGrid1" runat="server" Width="592px" ForeColor="Black" GridLines="Vertical"
CellPadding="3" BackColor="White" BorderWidth="1px" BorderStyle="Solid" BorderColor="#999999"
Height="236px" AutoGenerateColumns="False" AllowPaging="True">
<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#000099"></SelectedItemStyle>
<AlternatingItemStyle BackColor="#CCCCCC"></AlternatingItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="Black"></HeaderStyle>
<FooterStyle 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="Center" ForeColor="Black"
BackColor="#999999"></PagerStyle>
</asp:DataGrid>
<P>
<asp:Label id="Label3" runat="server"></asp:Label></P>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -