?? result.aspx
字號:
<%@ Page language="c#" Codebehind="result.aspx.cs" AutoEventWireup="false" Inherits="TestOnline.result" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>result</title>
<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">
</HEAD>
<body MS_POSITIONING="GridLayout" bgColor="#99ff99">
<form id="Form1" method="post" runat="server">
<table width="400" align="center" border="1" bordercolor="#000099">
<tr>
<td><FONT face="宋體">學號:
<asp:Label id="lbl_stuId" runat="server"></asp:Label></FONT></td>
</tr>
<tr>
<td><FONT face="宋體">姓名:
<asp:Label id="lbl_stuName" runat="server"></asp:Label></FONT></td>
</tr>
<tr>
<td style="HEIGHT: 22px"><FONT face="宋體">考試科目:
<asp:Label id="lbl_courseName" runat="server"></asp:Label></FONT></td>
</tr>
<tr>
<td><FONT face="宋體">您的得分為:
<asp:Label id="lbl_score" runat="server" ForeColor="Red"></asp:Label></FONT></td>
</tr>
<tr>
<td align="center">
<asp:ImageButton id="ImageButton1" runat="server" ImageUrl="images\btn_seeAns_1.gif"></asp:ImageButton><FONT face="宋體">
<asp:ImageButton id="ImageButton3" runat="server" ImageUrl="images\btn_back_1.gif"></asp:ImageButton>
</FONT>
<asp:ImageButton id="ImageButton2" runat="server" ImageUrl="images\btn_exit_1.gif"></asp:ImageButton></td>
</tr>
</table>
<FONT face="宋體"></FONT>
</form>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -