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

📄 manage.aspx

📁 This is not a very mean things
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="Manage.aspx.cs" AutoEventWireup="false" Inherits="vote.Manage" %>
<HTML>
	<HEAD>
		<title>录入新问题</title>
		<LINK href="../Global.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<TABLE height="747" cellSpacing="0" cellPadding="0" width="440" border="0" ms_2d_layout="TRUE">
			<TR vAlign="top">
				<TD width="440" height="747">
					<form id="Manage" method="post" runat="server">
						<TABLE height="423" cellSpacing="0" cellPadding="0" width="735" border="0" ms_2d_layout="TRUE">
							<TR vAlign="top">
								<TD width="10" height="15"></TD>
								<TD width="725"></TD>
							</TR>
							<TR vAlign="top">
								<TD height="38"></TD>
								<TD>
									<p align="center">录入新问题 | <a href="VoteManage.aspx">管理所有问题</a> | <a href="other.aspx">查看所有问题</a>
										<br>
										<br>
									</p>
								</TD>
							</TR>
							<TR vAlign="top">
								<TD height="370"></TD>
								<TD>
									<FONT face="宋体">
										<TABLE id="Table1" height="350" cellSpacing="1" cellPadding="1" width="724" border="1">
											<TR>
												<TD width="74">
													<asp:Label id="Label1" runat="server">问题编号:</asp:Label></TD>
												<TD>
													<asp:TextBox id="txtQuestionID" runat="server"></asp:TextBox></TD>
												<TD>
													<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ControlToValidate="txtQuestionID" ErrorMessage="*问题编号不能为空。"></asp:RequiredFieldValidator></TD>
											</TR>
											<TR>
												<TD width="74">
													<asp:Label id="Label2" runat="server">问题题目:</asp:Label></TD>
												<TD>
													<asp:TextBox id="txtSubject" runat="server" Width="456px"></asp:TextBox></TD>
												<TD>
													<asp:RequiredFieldValidator id="RequiredFieldValidator2" runat="server" ErrorMessage="*问题标题不能为空。" ControlToValidate="txtSubject"></asp:RequiredFieldValidator></TD>
											</TR>
											<TR>
												<TD width="74">
													<asp:Label id="Label3" runat="server">问题答案:</asp:Label></TD>
												<TD>
													<asp:TextBox id="txtAnswer" runat="server" Width="462px" Height="134px" TextMode="MultiLine"></asp:TextBox><BR>
													<asp:Label id="Label5" runat="server" Width="454px" ForeColor="Black">这里每一行是一个答案,也就是说输入"答案一"后直接回车就可以输入"答案二"。一个答案只占一行。</asp:Label></TD>
												<TD>
													<asp:RequiredFieldValidator id="RequiredFieldValidator3" runat="server" ErrorMessage="*问题答案不能为空。" ControlToValidate="txtAnswer"></asp:RequiredFieldValidator></TD>
											</TR>
											<tr>
												<td>&nbsp;</td>
												<td>
													<asp:RadioButtonList id="rblMulti" runat="server" RepeatDirection="Horizontal">
														<asp:ListItem Value="0" Selected="True">单选题</asp:ListItem>
														<asp:ListItem Value="1">多选题</asp:ListItem>
													</asp:RadioButtonList></td>
												<td>&nbsp;</td>
											</tr>
											<tr>
												<td>
													<asp:Label id="Label4" runat="server">录入密码:</asp:Label></td>
												<td>
													<asp:TextBox id="txtPWD" runat="server" TextMode="Password"></asp:TextBox></td>
												<td>&nbsp;</td>
											</tr>
											<tr>
												<td align="center" colspan="3">
													<asp:Button id="btnSubmit" runat="server" Text="提交"></asp:Button>&nbsp; <INPUT type="reset" value="重置"></td>
											</tr>
										</TABLE>
									</FONT>
								</TD>
							</TR>
						</TABLE>
					</form>
				</TD>
			</TR>
		</TABLE>
	</body>
</HTML>

⌨️ 快捷键说明

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