📄 studentgx.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="StudentGX.aspx.cs" Inherits="StudentGX" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body style="text-align: center">
<form id="Form1" name="form1" runat="server">
<table width="385" height="826" border="1" cellspacing="0">
<tr>
<th colspan="2" scope="col" style="width: 800px; height: 150px;"><img src="Images/title.jpg" width="800" height="150" /></th>
</tr>
<tr bgcolor="#33ccff">
<th colspan="2" scope="row" style="font-weight: bold; width: 800px; height: 30px;
text-align: left; background-color: #ffffff;">
<asp:SiteMapPath ID="SiteMapPath1" runat="server" Width="400px">
</asp:SiteMapPath>
</th>
</tr>
<tr bgcolor="#33CCFF">
<th colspan="1" scope="row" style="text-align: left; font-weight: bold; height: 30px; width: 700px;">
<asp:Label ID="Label1" runat="server" ForeColor="White" Style="position: relative; " Width="65px"></asp:Label>
<span style="color: #ffffff">同学,欢迎来到物理实验选课网! </span></th>
<th colspan="1" scope="row" style="text-align: right; font-weight: bold; height: 30px; width: 100px;">
<a href="Default.aspx"> <span style="font-size: 10pt; color: #ffffff; font-family: 宋体; text-decoration: underline">退出</span></a></th>
</tr>
<tr bgcolor="#33ccff">
<th colspan="2" scope="row" style="font-weight: bold; width: 800px; height: 30px; background-color: #ffffff; text-align: left">
<asp:Label ID="Label2" runat="server" Style="position: relative" Width="400px"></asp:Label></th>
</tr>
<tr>
<th align="center" background="Images/FangKuai.gif" colspan="2" rowspan="2" scope="row"
style="width: 800px; height: 480px; text-align: center" valign="top">
<div align="left"></div>
<p>
<asp:GridView ID="myGridView" runat="server" CellPadding="4" ForeColor="#333333"
GridLines="None" Height="250px" Style="left: 2px; position: relative; top: 50px;" Width="750px" AutoGenerateColumns="False" OnRowDeleted="myGridView_RowDeleted" OnRowDeleting="myGridView_RowDeleting" OnDataBinding="myGridView_DataBinding" OnRowDataBound="myGridView_RowDataBound" OnSelectedIndexChanged="myGridView_SelectedIndexChanged">
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#EFF3FB" />
<EditRowStyle BackColor="#2461BF" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
<columns>
<asp:BoundField DataField="enumber" HeaderText="实验号" />
<asp:BoundField DataField="ename" HeaderText="实验名称" />
<asp:BoundField DataField="edate" HeaderText="实验时间" />
<asp:BoundField DataField="eaddress" HeaderText="实验地点" />
<asp:BoundField DataField="echarger" HeaderText="实验教师" />
<asp:BoundField DataField="total" HeaderText="实验人数" />
<asp:BoundField DataField="selected" HeaderText="已选人数" />
<asp:CommandField HeaderText="退选" SelectText="删除" ShowSelectButton="True" />
</columns>
</asp:GridView>
</p>
</th>
</tr>
<tr>
</tr>
<tr>
<th colspan="2" scope="row" style="background-image: url(Images/back2.gif); width: 800px; height: 80px"> </th>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -