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

📄 addxz.aspx

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

<!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>
        <div>
            <div style="text-align: center">
                <span style="font-size: 16pt"><strong><span style="font-size: 24pt">
                    <br />
                    添加选择题</span><br />
                    <br />
                </strong></span>
                <table style="width: 678px; height: 281px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                    <tr>
                        <td colspan="5" style="height: 34px; text-align: left; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            &nbsp; &nbsp; &nbsp;&nbsp; 当前试题分类ID:<asp:TextBox ID="tbClassifyID" runat="server"
                                ReadOnly="True" Width="97px"></asp:TextBox>
                            <asp:DropDownList ID="ddlClassifyID" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddlClassifyID_SelectedIndexChanged">
                            </asp:DropDownList>
                            &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; 当前试题分类名称:<asp:TextBox ID="tbClassifyName"
                                runat="server" ReadOnly="True"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td style="width: 197px; height: 60px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            题干:</td>
                        <td colspan="4" style="height: 60px; text-align: left; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            <asp:TextBox ID="tbSubject" runat="server" Height="47px" TextMode="MultiLine" Width="563px"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td style="width: 197px; height: 40px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            选项A:</td>
                        <td colspan="4" style="height: 40px; text-align: left; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            <asp:TextBox ID="tbA" runat="server" TextMode="MultiLine" Width="563px"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td style="width: 197px; height: 40px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            选项B:</td>
                        <td colspan="4" style="height: 40px; text-align: left; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            <asp:TextBox ID="tbB" runat="server" TextMode="MultiLine" Width="563px"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td style="width: 197px; height: 41px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            选项C:</td>
                        <td colspan="4" style="height: 41px; text-align: left; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            <asp:TextBox ID="tbC" runat="server" TextMode="MultiLine" Width="563px"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td style="width: 197px; height: 40px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            选项D:</td>
                        <td colspan="4" style="height: 40px; text-align: left; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            <asp:TextBox ID="tbD" runat="server" TextMode="MultiLine" Width="562px"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td style="width: 197px; height: 34px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            答案:</td>
                        <td style="height: 34px; text-align: left; width: 128px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            <asp:RadioButton ID="rbA" runat="server" Text="选项A" GroupName="XZ" /></td>
                        <td style="width: 142px; height: 34px; text-align: left; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            <asp:RadioButton ID="rbB" runat="server" Text="选项B" GroupName="XZ" /></td>
                        <td style="width: 133px; height: 34px; text-align: left; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            <asp:RadioButton ID="rbC" runat="server" Text="选项C" GroupName="XZ" /></td>
                        <td style="width: 137px; height: 34px; text-align: left; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            <asp:RadioButton ID="rbD" runat="server" Text="选项D" GroupName="XZ" /></td>
                    </tr>
                    <tr>
                        <td style="width: 197px; height: 34px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            分值:</td>
                        <td colspan="2" style="height: 34px; text-align: left; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            <asp:TextBox ID="tbScore" runat="server" Width="111px"></asp:TextBox></td>
                        <td colspan="2" style="height: 34px; text-align: left; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            <asp:CheckBox ID="cbPublish" runat="server" Text="是否发布" /></td>
                    </tr>
                    <tr>
                        <td colspan="2" style="height: 34px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                            <asp:ImageButton ID="imbtnOK" runat="server" ImageUrl="~/images/btn_sure_1.gif" OnClick="imbtnOK_Click" /></td>
                        <td colspan="2" style="height: 34px; text-align: left; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            <asp:ImageButton ID="imbtnCancel" runat="server" ImageUrl="~/images/btn_cancel_1.gif"
                                OnClick="imbtnCancel_Click" />
                            <asp:TextBox ID="tbClassifyID1" runat="server" ReadOnly="True" Visible="False" Width="13px"></asp:TextBox></td>
                        <td style="width: 137px; height: 34px; text-align: left; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            <asp:CheckBox ID="cbAdd" runat="server" Text="连续添加" /></td>
                    </tr>
                </table>
            </div>
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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