⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testinfor.aspx

📁 本系统实现了网上考试的目的
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="TestInfor.aspx.cs" Inherits="TestInfor" %>

<!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>
</head>
<body>
    <form id="form1" runat="server">
    <div style="text-align: center">
        <span style="color: #ff0000"><span style="font-size: 16pt">
            <br />
            <br />
            注意:<span style="font-family: 宋体">考试过程中请不要刷新!试题不会改变!<br />
            &nbsp; &nbsp; &nbsp; &nbsp; 但是选择结果会清空!</span></span></span> &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
        <br />
        <span style="font-size: 24pt"><strong>
            <br />
            考试信息</strong></span><br />
        <br />
        <table style="width: 451px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
            <tr>
                <td colspan="3" style="height: 50px; text-align: center; width: 517px;">
                 <span style="font-size: 16pt; border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none;">请选择考试类型:
                    </span>
                </td>
            </tr>
            <tr>
                <td colspan="3" style="height: 50px; text-align: center; width: 517px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">

                    <asp:DropDownList ID="ddlClassifyID" runat="server" Font-Bold="True" Font-Size="12pt"
                        ForeColor="#000000" Width="182px" AutoPostBack="True" OnSelectedIndexChanged="ddlClassifyID_SelectedIndexChanged">
                    </asp:DropDownList>
                    <br />
                    <asp:TextBox ID="tbClassifyName" runat="server" Width="173px" ReadOnly="True" Font-Bold="True"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 50px; width: 517px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                    <asp:ImageButton ID="imbtnCreateTest" runat="server" ImageUrl="~/images/btn_scst.jpg" OnClick="imbtnCreateTest_Click" /></td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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