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

📄 modifyxz.aspx

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

<!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: 674px; border-top-style: solid; border-right-style: solid; border-left-style: solid;
                    height: 281px; border-bottom-style: solid">
                    <tr>
                        <td style="width: 304px; border-top-style: solid; border-right-style: solid; border-left-style: solid;
                            height: 34px; border-bottom-style: solid">
                            当前试题类型:<br />
                            <asp:Label ID="Label1" runat="server" Text="修改试题类型:"></asp:Label></td>
                        <td style="width: 75px; border-top-style: solid; border-right-style: solid; border-left-style: solid;
                            height: 34px; border-bottom-style: solid">
                            &nbsp;<asp:Label ID="lbOldClassifyID" runat="server" Width="102px"></asp:Label>
                            <asp:DropDownList ID="ddlClassifyID" runat="server" AutoPostBack="True" OnSelectedIndexChanged="dddlClassifyID_SelectedIndexChanged"
                                Width="93px">
                            </asp:DropDownList></td>
                        <td colspan="3" style="height: 34px; border-bottom-style: solid; border-top-style: solid; border-right-style: solid; border-left-style: solid; text-align: left;">
                            当前试题类型名称:<asp:Label ID="lbOldClassifyName" runat="server" Width="104px"></asp:Label>
                            <br />
                            <asp:Label ID="Label2" runat="server" Text="现在的试题类型为:"></asp:Label>
                            <asp:TextBox ID="tbClassifyName" runat="server" ReadOnly="True" Width="131px"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td style="width: 304px; border-top-style: solid; border-right-style: solid; border-left-style: solid;
                            height: 60px; 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="507px"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td style="width: 304px; 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="505px"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td style="width: 304px; 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="505px"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td style="width: 304px; height: 40px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            选项C:</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="tbC" runat="server" TextMode="MultiLine" Width="505px"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td style="width: 304px; 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="504px"></asp:TextBox></td>
                    </tr>
                    <tr>
                        <td style="width: 304px; height: 34px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            答案:</td>
                        <td style="width: 75px; height: 34px; text-align: left; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                            <asp:RadioButton ID="rbA" runat="server" GroupName="12" Text="选项A" /></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" GroupName="12" Text="选项B" /></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" GroupName="12" Text="选项C" /></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" GroupName="12" Text="选项D" /></td>
                    </tr>
                    <tr>
                        <td style="width: 304px; 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="tbClassifyID" runat="server" ReadOnly="True" Visible="False"></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:TextBox ID="tbID" runat="server" ReadOnly="True" Width="109px" Visible="False"></asp:TextBox></td>
                    </tr>
                </table>
            </div>
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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