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

📄 testifadd.aspx

📁 在线考试系统 主要真对考试 开发的个人项目
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="testIfAdd.aspx.cs" Inherits="Default3" %>

<!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="css/child.css" rel="stylesheet" type="text/css" />
</head>

<body>
     <form id="form1" runat="server">
    <div>
        <asp:ScriptManager ID="ScriptManager1" runat="server">
        </asp:ScriptManager>
    <table id="mytable" cellspacing="0"  width="600"  align="center" cellpadding="0">
				<tr>
					<td style="WIDTH: 72px" colSpan="1"><FONT><span style="font-size: 10pt">当前科目</span></FONT>
					</td>
					<td colSpan="1" style="width: 288px"><asp:label id="lbl_courseName" runat="server">Label</asp:label></td>
					<td colSpan="3">( 加
						<DIV style="DISPLAY: inline; WIDTH: 16px; COLOR: #ff3333; HEIGHT: 19px" ms_positioning="FlowLayout">*</DIV>
						的为必填项目)</td>
				</tr>
				<tr>
					<td class="alt" style="WIDTH: 72px" colSpan="1">
                        <span style="font-size: 10pt"><FONT face="宋体">题干:</FONT>
						<DIV style="DISPLAY: inline; WIDTH: 24px; COLOR: #ff3333; HEIGHT: 19px" ms_positioning="FlowLayout">*</DIV>
                        </span>
					</td>
					<td class="alt" colSpan="4"><asp:textbox id="tbx_content" runat="server" TextMode="MultiLine" Height="72px" Width="344px"></asp:textbox><FONT face="宋体"></FONT></td>
				</tr>
		
				
				<tr>
					<td style="WIDTH: 72px; height: 24px;">
                        <span style="font-size: 10pt"><FONT face="宋体">答案:</FONT>
						<DIV style="DISPLAY: inline; WIDTH: 24px; COLOR: #ff3333; HEIGHT: 19px" ms_positioning="FlowLayout">*</DIV>
                        </span>
					</td>
                    <td colspan="4" style="height: 24px">
                        
                            <asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatDirection="Horizontal"
                                Width="347px">
                                <asp:ListItem>正确</asp:ListItem>
                                <asp:ListItem>错误</asp:ListItem>
                            </asp:RadioButtonList></td>
				</tr>
				<tr>
					<td class="alt" colSpan="5" style="text-align: left"><FONT face="宋体"><span style="font-size: 10pt">&nbsp; 分值:</span></FONT><asp:textbox id="tbx_score" runat="server" Width="40px">2</asp:textbox>
						<DIV style="DISPLAY: inline; WIDTH: 137px; COLOR: #006666; HEIGHT: 16px" ms_positioning="FlowLayout"><FONT face="宋体" color="#666699" size="2">如果为空则默认为2分. &nbsp; &nbsp; &nbsp; &nbsp;
                            &nbsp; &nbsp; </FONT></DIV>
					<asp:checkbox id="cbx_isPub" runat="server" Text="是否发布" Checked="True"></asp:checkbox>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                        &nbsp; &nbsp;&nbsp;
						<asp:checkbox id="cbx_continue" runat="server" Checked="True" Text="连续添加"></asp:checkbox></td>
				</tr>
				<tr>
					<td align="center" colSpan="5"><FONT face="宋体">&nbsp;<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/image/yes.gif"
                            OnClick="ImageButton1_Click" /></FONT> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/image/取消1.gif"
                            OnClick="ImageButton2_Click" /></td>
				</tr>
			</table>
    </div>
        <asp:UpdatePanel ID="UpdatePanel1" runat="server">
            <ContentTemplate>
                <asp:Label ID="Label1" runat="server" Font-Size="Large"></asp:Label>
            </ContentTemplate>
            <Triggers>
                <asp:AsyncPostBackTrigger ControlID="ImageButton1" EventName="Click" />
            </Triggers>
        </asp:UpdatePanel>
    </form>
</body>
</html>

⌨️ 快捷键说明

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