?? slecet2.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Slecet2.aspx.cs" Inherits="Slecet2" %>
<!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 id="Head1" runat="server">
<title>無標題頁</title>
<style type="text/css">
<!--
.STYLE1 {font-family: "方正姚體"}
.STYLE3 {
font-family: "方正姚體";
font-size: 18px;
color: #009999;
}
body {
background-image: url(Images/back1.gif);
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: underline;
color: #339900;
}
a:active {
text-decoration: none;
color: #F5F8F9;
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body style="text-align: center">
<form id="Form1" name="form1" runat="server">
<table width="800" height="800" border="1" cellspacing="0">
<tr>
<th height="150" colspan="2" scope="col"><img src="Images/title.jpg" width="800" height="150" /></th>
</tr>
<tr bgcolor="#33ccff">
<th colspan="2" scope="row" style="font-weight: bold; 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" Style="position: relative" Width="400px" ForeColor="White" Height="20px"></asp:Label><span style="color: #ffffff"></span></th>
<th 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>
<th align="center" background="Images/FangKuai.gif" colspan="2" scope="row" style="height: 510px; text-align: center" valign="top">
<div align="left"></div>
<p> </p>
<asp:GridView ID="myGridView" runat="server" CellPadding="4" ForeColor="#333333"
GridLines="None" Height="280px" Style="position: relative" Width="700px" OnRowUpdating="myGridView_RowUpdating" AutoGenerateColumns="False" OnSelectedIndexChanged="PageCut_Click">
<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="選擇" ShowSelectButton="True" />
</columns>
</asp:GridView>
</th>
</tr>
<tr>
<th colspan="2" scope="row" style="background-image: url(Images/back2.gif); height: 80px"> </th>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -