?? userinfo.aspx
字號:
<%@ Page language="c#" Codebehind="userInfo.aspx.cs" AutoEventWireup="false" Inherits="TestOnline.userInfo" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>學(xué)生信息</title>
<meta content="False" name="vs_snapToGrid">
<meta content="False" name="vs_showGrid">
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</HEAD>
<body leftMargin="0" ms_positioning="GridLayout" bgColor="#99ff99">
<form id="userInfo" method="post" runat="server">
<table borderColor="#000000" width="1000" border="1" bgColor="#99ff99">
<tr>
<td width="950" background="images\3.jpg" height="164" colspan="3"> </td>
</tr>
<tr>
<td colSpan="1">學(xué)號:<asp:label id="lbl_stuId" runat="server" Height="7px" Width="84px" ForeColor="Red"></asp:label></td>
<td colSpan="1">姓名:<asp:label id="lbl_stuName" runat="server" ForeColor="Red"></asp:label></td>
<td><asp:imagebutton id="ImageButton3" runat="server" ImageUrl="images\btn_exit_1.gif"></asp:imagebutton></td>
</tr>
<tr>
<td colSpan="3" align="center" style="HEIGHT: 165px">
<table borderColor="#000099" width="1000" border="0" bgColor="#99ff99">
<tr>
<td>
<asp:dropdownlist id="ddl_course" runat="server" Height="2px" Width="112px"></asp:dropdownlist>
<asp:imagebutton id="ImageButton1" runat="server" ImageUrl="images\btn_ksks_1.gif"></asp:imagebutton></td>
</tr>
<tr>
<td><font color="red">考試說明:</font></td>
</tr>
<tr>
<td>1.試題由系統(tǒng)隨機生成,均為50道選擇題。</td>
</tr>
<tr>
<td>2.考試過程中請不要刷新,這樣題目不會改變,但是選擇的結(jié)果會清空。</td>
</tr>
<tr>
<td>3.<FONT color="#ff0033">考試過程中請不要關(guān)閉瀏覽器,否則考試成績會以0分存入數(shù)據(jù)庫!!!!</FONT></td>
</tr>
<tr>
<td>4.考試過的科目不能再次考試!</td>
</tr>
<TR>
<TD></TD>
</TR>
</table>
</td>
</tr>
<tr>
<td align="center" colSpan="3">
<h1>考試記錄</h1>
<asp:datagrid id="DataGrid1" runat="server" Width="460px" BorderColor="#CC9966" BorderStyle="None"
BorderWidth="1px" BackColor="White" CellPadding="4" AutoGenerateColumns="False">
<FooterStyle ForeColor="#330099" BackColor="#FFFFCC"></FooterStyle>
<SelectedItemStyle Font-Bold="True" ForeColor="#663399" BackColor="#FFCC66"></SelectedItemStyle>
<ItemStyle ForeColor="#330099" BackColor="White"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="#FFFFCC" BackColor="#990000"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="courseName" HeaderText="考試科目"></asp:BoundColumn>
<asp:BoundColumn DataField="score" HeaderText="分?jǐn)?shù)"></asp:BoundColumn>
</Columns>
<PagerStyle HorizontalAlign="Center" ForeColor="#330099" BackColor="#FFFFCC"></PagerStyle>
</asp:datagrid><asp:label id="lbl_noResult" runat="server" Visible="False" ForeColor="Red">您沒有任何考試記錄</asp:label><br>
<br>
<br>
<br>
</td>
</tr>
<tr>
<td align="center" colSpan="3">
<h1>修改密碼</h1>
<table borderColor="#000099" width="400" border="1">
<tr>
<td>請輸入舊密碼:</td>
<td><asp:textbox id="tbx_oldPwd" runat="server" TextMode="Password"></asp:textbox></td>
</tr>
<tr>
<td>請輸入新密碼:</td>
<td><asp:textbox id="tbx_newPwd1" runat="server" TextMode="Password"></asp:textbox></td>
</tr>
<tr>
<td>密碼確認(rèn):</td>
<td><asp:textbox id="tbx_newPwd2" runat="server" TextMode="Password"></asp:textbox></td>
</tr>
<tr>
<td align="center" colSpan="2"><asp:imagebutton id="Ibtn_ok" runat="server" ImageUrl="images\btn_sure_1.gif"></asp:imagebutton>
</td>
</TED></tr>
</table>
<P> </P>
<P> </P>
</td>
</tr>
</table>
</form>
</body>
</HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -