?? showlist.aspx
字號:
?<%@ Page AutoEventWireup="false" Inherits="px.showlist" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>首頁信息</title>
<link href="App_Themes/default/admincp.css" rel="stylesheet" type="text/css" />
<style type="text/css">
</style>
</head>
<body>
<form id="form1" runat="server">
<div><br />
<table class="guide" cellspacing="0" cellpadding="0" width="100%" border="0"><tbody>
<tr>
<td style="height: 28px" colspan="3" valign="top" >
新密碼:<asp:TextBox ID="xmm" runat="server" TextMode="Password"></asp:TextBox>
再次確認新密碼:<asp:TextBox ID="xmm2" runat="server" TextMode="Password"></asp:TextBox>
<asp:Button ID="Button1" runat="server" Text="修改密碼" />
<asp:Button ID="Button2" runat="server" Text="登出系統" /></td>
</tr></tbody></table>
<br />
<br />
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
BackImageUrl="~/images/bg_list.gif" CellPadding="1" CellSpacing="1" CssClass="tableborder"
EnableViewState="False" GridLines="None" PageSize="20" Width="100%">
<EmptyDataTemplate>
暫時沒有數據,請先新建。
</EmptyDataTemplate>
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundField DataField="name" HeaderText="學生姓名">
<ItemStyle Width="50px" />
</asp:BoundField>
<asp:TemplateField HeaderText="檔案年份">
<ItemStyle Width="100px" />
<ItemTemplate>
<asp:Label ID="Label1" runat="server"><%#shownf(container.dataitem("year"))%></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="mark" HeaderText="檔案分值">
<ItemStyle Width="80px" />
</asp:BoundField>
<asp:TemplateField HeaderText="查看">
<ItemStyle Width="50px" />
<ItemTemplate>
<a href="template.aspx?studentid=<%#session("studentid")%>&year=<%#Container.DataItem("year").ToString%>" target="ViewWindow">查看</a>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<RowStyle BackColor="#EFF3FB" CssClass="altbg2" HorizontalAlign="Center" VerticalAlign="Middle" />
<EditRowStyle BackColor="#2461BF" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#2461BF" ForeColor="Black" HorizontalAlign="Center" />
<HeaderStyle CssClass="header" ForeColor="White" Height="30px" />
<AlternatingRowStyle BackColor="White" HorizontalAlign="Center" VerticalAlign="Middle" />
</asp:GridView>
</div></form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -