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

📄 xuanze_taoti.aspx

📁 书本的源代码。可以用的在线考试系统。在vs平台上测试成功
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="XuanZe_TaoTi.aspx.cs" Inherits="QianUser_XuanZe_TaoTi" %>

<!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">
        <br />
        <table style="background-image: url(../igm/前台2.jpg); width: 800px; height: 533px">
            <tr>
                <td align="center" colspan="1" style="width: 735px; height: 25px">
                </td>
                <td align="center" colspan="2" style="width: 96446px; height: 25px">
                    &nbsp;</td>
                <td align="center" colspan="1" style="width: 309px; height: 25px">
                </td>
                <td align="center" colspan="1" style="width: 674px; height: 25px">
                </td>
            </tr>
            <tr>
                <td align="center" colspan="1" style="width: 735px; height: 11px">
                </td>
                <td align="center" colspan="4" style="height: 11px">
                    <table id="TABLE1" onclick="return TABLE1_onclick()">
                        <tr>
                            <td align="center" style="width: 157px">
                            </td>
                            <td align="center" style="width: 105px">
                                &nbsp; &nbsp;&nbsp;
                                <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/igm/按钮1.jpg" OnClick="ImageButton1_Click" /></td>
                            <td align="center" style="width: 98px">
                                &nbsp;<asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/igm/按钮2.jpg"
                                    OnClick="ImageButton2_Click" /></td>
                            <td align="center" style="width: 84px">
                                &nbsp;<asp:ImageButton ID="ImageButton3" runat="server" ImageUrl="~/igm/按钮3.jpg"
                                    OnClick="ImageButton3_Click" /></td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td align="center" colspan="1" style="width: 735px; height: 66px">
                </td>
                <td align="center" colspan="3" style="vertical-align: middle; height: 66px">
                    <asp:Label ID="Label2" runat="server" ForeColor="Blue" Text="选择考试套题" Font-Size="9pt"></asp:Label></td>
                <td align="center" colspan="1" style="width: 674px; height: 66px">
                </td>
            </tr>
            <tr style="color: #000000">
                <td colspan="1" rowspan="2" style="width: 735px">
                </td>
                <td colspan="3" rowspan="2" style="vertical-align: top">
                    <br />
                    <table>
                        <tr>
                            <td align="right" style="width: 100px; height: 24px">
                                <asp:Label ID="Label4" runat="server" Text="选择课程:" Font-Size="9pt"></asp:Label></td>
                            <td align="left" colspan="2" style="height: 24px">
                                <asp:DropDownList ID="ddlSelLess" runat="server" Width="108px" AutoPostBack="True" Font-Size="9pt" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
                                </asp:DropDownList></td>
                        </tr>
                        <tr>
                            <td align="right" style="width: 100px; height: 23px;">
                                <asp:Label ID="Label5" runat="server" Text="选择套题:" Font-Size="9pt"></asp:Label></td>
                            <td align="left" colspan="2" style="height: 23px">
                                <asp:DropDownList ID="ddlSelQue" runat="server" Width="150px" Font-Size="9pt">
                                </asp:DropDownList></td>
                        </tr>
                        <tr>
                            <td style="width: 100px">
                            </td>
                            <td style="width: 100px">
                                <asp:Button ID="btnSubmit" runat="server" Text="同意" OnClick="BtnSubmit_Click" Font-Size="9pt" />
                                &nbsp;&nbsp; &nbsp;<asp:Button ID="btnBack" runat="server" OnClick="BtnBack_Click" Text="返回" Font-Size="9pt" /></td>
                           
                        </tr>
                    </table>
                    <br />
                    <br />
                    &nbsp; &nbsp;&nbsp;
                </td>
                <td colspan="1" rowspan="2" style="width: 674px">
                </td>
            </tr>
            <tr>
            </tr>
        </table>
        <br />
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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