📄 schname1.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="bossleft" Src="ascxs/bossleft.ascx" %>
<%@ Page language="c#" Codebehind="schname1.aspx.cs" AutoEventWireup="false" Inherits="kqxt.schname1" %>
<%@ Register TagPrefix="uc1" TagName="boss" Src="ascxs/boss.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>schname1</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: 1200px; POSITION: absolute; TOP: 8px; HEIGHT: 384px"
cellSpacing="1" cellPadding="1" width="1200" border="0">
<TR>
<TD align="center" style="HEIGHT: 184px">
<uc1:boss id="Boss1" runat="server"></uc1:boss></TD>
</TR>
<TR>
<TD>
<TABLE id="Table2" style="WIDTH: 1200px; HEIGHT: 126px" cellSpacing="1" cellPadding="1"
width="1200" border="0">
<TR>
<TD style="WIDTH: 208px">
<uc1:bossleft id="Bossleft1" runat="server"></uc1:bossleft></TD>
<TD><FONT face="宋体">
<TABLE id="Table3" cellSpacing="1" cellPadding="1" width="900" border="0">
<TR>
<TD>
<asp:Label id="Label1" runat="server" Width="184px" Font-Size="X-Small" BackColor="#C0FFFF">请输入您要查询的学生名字:</asp:Label>
<asp:TextBox id="name" runat="server"></asp:TextBox>
<asp:Button id="Button1" runat="server" Text="查询"></asp:Button></TD>
</TR>
<TR>
<TD align="center">
<asp:DataGrid id="DataGrid1" runat="server" Width="547px" BackColor="White" AutoGenerateColumns="False"
BorderColor="#3366CC" BorderStyle="None" BorderWidth="1px" CellPadding="4" AllowPaging="True">
<SelectedItemStyle Font-Bold="True" ForeColor="#CCFF99" BackColor="#009999"></SelectedItemStyle>
<ItemStyle ForeColor="#003399" BackColor="White"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="#CCCCFF" BackColor="#003399"></HeaderStyle>
<FooterStyle ForeColor="#003399" BackColor="#99CCCC"></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="Left" ForeColor="#003399"
BackColor="#99CCCC"></PagerStyle>
</asp:DataGrid></TD>
</TR>
</TABLE>
</FONT>
<asp:Label id="Label2" runat="server"></asp:Label>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -