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

📄 manageboard.aspx

📁 网上自动答疑系统(C#)
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="manageBoard.aspx.cs" AutoEventWireup="false" Inherits="dayi.manageBoard" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>manageBoard</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<link href="css/style.css" rel="stylesheet" type="text/css">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体"></FONT>
			<asp:Panel id="panAddBoard" runat="server" Height="104px">
				<FONT face="宋体">
					<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="450" bgColor="#7592bd" border="0">
						<TR>
							<TD background="images/BG1.GIF" colSpan="2"><IMG height="16" src="images/gonggao.gif" width="20"><FONT color="#ffffff" size="2"><STRONG>添加栏目</STRONG></FONT></TD>
						</TR>
						<TR bgColor="#ffffff">
							<TD width="163">
								<DIV align="right">栏目名:</DIV>
							</TD>
							<TD width="280">&nbsp;
								<asp:TextBox id="txtBoardName" runat="server"></asp:TextBox></TD>
						</TR>
						<TR bgColor="#ffffff">
							<TD>
								<DIV align="right">选择父栏目:</DIV>
							</TD>
							<TD>&nbsp;
								<asp:DropDownList id="listBoard" runat="server"></asp:DropDownList></TD>
						</TR>
						<TR bgColor="#ffffff">
							<TD colSpan="2">
								<DIV align="right">
									<asp:Label id="lblAddMsg" runat="server"></asp:Label>
									<asp:Button id="btnAddBoard" runat="server" Text="添加栏目"></asp:Button>&nbsp;&nbsp;&nbsp;</DIV>
							</TD>
						</TR>
					</TABLE>
				</FONT>
			</asp:Panel>
			<asp:Panel id="panModifyBoard" runat="server">
				<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="450" bgColor="#7b98c6" border="0">
					<TR>
						<TD background="images/BG1.GIF" colSpan="2"><IMG height="16" src="images/gonggao.gif" width="20"><STRONG><FONT color="#ffffff" size="2">修改或删除栏目</FONT></STRONG></TD>
					</TR>
					<TR bgColor="#ffffff">
						<TD>
							<DIV align="right">要修改或删除的栏目:</DIV>
						</TD>
						<TD>&nbsp;
							<asp:DropDownList id="listRenameChild" runat="server"></asp:DropDownList></TD>
					</TR>
					<TR bgColor="#ffffff">
						<TD width="163">
							<DIV align="right">修改为栏目名:</DIV>
						</TD>
						<TD width="280">&nbsp;
							<asp:TextBox id="txtRename" runat="server"></asp:TextBox></TD>
					</TR>
					<TR bgColor="#ffffff">
						<TD colSpan="2">
							<DIV align="right">
								<asp:Label id="lblMsg" runat="server"></asp:Label>
								<asp:Button id="Button1" runat="server" Text="修改栏目"></asp:Button>&nbsp;&nbsp;
								<asp:Button id="btnDeleteBoard" runat="server" Text="删除选中栏目"></asp:Button>&nbsp;</DIV>
						</TD>
					</TR>
				</TABLE>
			</asp:Panel>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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