paper.aspx

来自「本在线考试系统采用了面向对象的分析和设计」· ASPX 代码 · 共 37 行

ASPX
37
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Paper.aspx.cs" Inherits="Student_Paper" %>

<!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> 
    <link href="../Style/Paper.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server" action="SubmitPaper.ashx">
        <asp:Label ID="Label1" runat="server" Text="Label" Visible="False"></asp:Label>
        <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="true">
        <Scripts>
        <asp:ScriptReference  Path="../js/Paper.js" />
        </Scripts>
        </asp:ScriptManager>
        <div id="Paper">
        <asp:Literal ID="PaperLiteral" runat="server" EnableViewState="False"></asp:Literal>
        </div>
        <asp:Panel ID="PaperTools" runat="server">
            &nbsp;&nbsp;
            <input id="SavePaperButton" type="button" value="保存" />
                <asp:Button ID="SubmitButton" runat="server" PostBackUrl="~/Student/SubmitPaper.ashx"
                    Text="交卷" /><br />
                    <div id="Time"></div>
            <div id="SaveProgress">
                </div>
        </asp:Panel> 
          <ajaxToolkit:AlwaysVisibleControlExtender ID="AlwaysVisibleControlExtender1" runat="server"
            TargetControlID="PaperTools"    HorizontalSide="Right">
        </ajaxToolkit:AlwaysVisibleControlExtender>
        &nbsp;
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?