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

📄 article2.ascx

📁 1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="article2.ascx.cs" Inherits="BbsNet.ArticleData.article2" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<P><FONT face="宋体">
		<TABLE class="a2" id="Table1" borderColor="#90b1c7" cellSpacing="1" cellPadding="1" width="760"
			align="center" bgColor="#ffffff" border="0">
			<TR height="25" class="a1">
				<TD colSpan="2">
					<DIV align="center"><STRONG>置顶<STRONG>文章</STRONG>管理</STRONG></DIV>
				</TD>
			</TR>
			<TR>
				<TD style="HEIGHT: 60px" width="60%" bgcolor="#ffffff"><BR>
					<TABLE id="TABLE2" style="BORDER-COLLAPSE: collapse" borderColor="#90b1c7" cellSpacing="0"
						cellPadding="2" width="97%" align="center" border="0" runat="server">
						<TR>
							<TD>
								<DIV align="right">
									<asp:Label id="Label3" runat="server">标题:</asp:Label></DIV>
							</TD>
							<TD>&nbsp;
								<asp:Label id="title" runat="server"></asp:Label></TD>
						</TR>
						<TR>
							<TD vAlign="top">
								<DIV align="right">
									<asp:Label id="Label1" runat="server">置顶操作:</asp:Label></DIV>
							</TD>
							<TD>
								<asp:RadioButtonList id="iftop" runat="server" Width="160px" RepeatDirection="Horizontal">
									<asp:ListItem Value="0" Selected="True">解除置顶</asp:ListItem>
									<asp:ListItem Value="2">置顶</asp:ListItem>
								</asp:RadioButtonList></TD>
						</TR>
						<TR>
							<TD>
								<DIV align="right">
									<asp:Label id="Label5" runat="server">操作理由:</asp:Label></DIV>
							</TD>
							<TD>&nbsp;
								<asp:TextBox id="reason" runat="server" Width="296px"></asp:TextBox>
								<asp:Label id="pubtime" runat="server" Visible="False"></asp:Label>
								<asp:Label id="announceid" runat="server" Visible="False"></asp:Label>
								<asp:Label id="borderid" runat="server" Visible="False"></asp:Label>
								<asp:Label id="doone" runat="server"></asp:Label>
								<asp:Label id="returnid" runat="server" Visible="False"></asp:Label>
								<asp:Label id="author" runat="server" Visible="False"></asp:Label></TD>
						</TR>
						<TR>
							<TD>&nbsp;</TD>
							<TD>&nbsp;
								<asp:Button id="Button1" runat="server" Text="确认操作"></asp:Button></TD>
						</TR>
					</TABLE>
					<TABLE id="TABLE3" style="BORDER-COLLAPSE: collapse" borderColor="#90b1c7" cellSpacing="0"
						cellPadding="2" width="97%" align="center" border="1" runat="server" Visible="false">
						<TR>
							<TD>&nbsp;操作成功,请选择以下操作:<BR>
								&nbsp;&nbsp;
								<asp:HyperLink id="HyperLink1" runat="server">返回上级论坛</asp:HyperLink><BR>
								&nbsp;&nbsp;
								<asp:HyperLink id="HyperLink2" runat="server">返回文章详细页面</asp:HyperLink></TD>
						</TR>
					</TABLE>
					<BR>
				</TD>
			</TR>
		</TABLE>
	</FONT>
</P>

⌨️ 快捷键说明

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