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

📄 manager.aspx

📁 前台:asp.net;后台: sql server 一个功能完善的BBS系统源码。
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="manager.aspx.cs" AutoEventWireup="false" Inherits="Stella.Web.admin.manager" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>member</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<LINK href="../style/admin.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<table cellSpacing="0" cellPadding="0" width="800" border="0">
				<!--DWLayoutTable-->
				<tr>
					<td vAlign="top" width="800" height="70">
						<table cellSpacing="0" cellPadding="0" width="100%" border="0">
							<!--DWLayoutTable-->
							<tr>
								<td vAlign="top" colSpan="2" height="54"><!--DWLayoutEmptyCell--> &nbsp;</td>
							</tr>
							<tr>
								<td vAlign="top" width="253" bgColor="#000000" height="16"><span class="adminbodyf">:: 
										斑竹管理 :: </span>
								</td>
								<td class="adminbodyf" align="right" width="547" bgColor="#000000">
									<script language="vbscript">document.write now()</script>
									&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|||&nbsp;&nbsp;</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td vAlign="top" height="530">
						<table cellSpacing="0" cellPadding="0" width="100%" border="0">
							<!--DWLayoutTable-->
							<tr>
								<td width="800" height="20">&nbsp;</td>
							</tr>
							<tr>
								<td class="rrrerrr" vAlign="top" height="465"><!--DWLayoutEmptyCell--> &nbsp;
									<asp:datagrid id="managers" runat="server" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px"
										BackColor="White" CellPadding="3" CssClass="adminbody0" AutoGenerateColumns="False">
										<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#669999"></SelectedItemStyle>
										<ItemStyle ForeColor="#000066"></ItemStyle>
										<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="SlateBlue"></HeaderStyle>
										<FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
										<Columns>
											<asp:BoundColumn DataField="uid" HeaderText="编号"></asp:BoundColumn>
											<asp:BoundColumn DataField="name" HeaderText="名称"></asp:BoundColumn>
											<asp:BoundColumn DataField="email" HeaderText="E-MAIL"></asp:BoundColumn>
											<asp:BoundColumn DataField="hp" HeaderText="主页"></asp:BoundColumn>
											<asp:BoundColumn DataField="qq" HeaderText="QQ"></asp:BoundColumn>
											<asp:BoundColumn DataField="lv" HeaderText="级别"></asp:BoundColumn>
											<asp:BoundColumn DataField="regdate" HeaderText="注册日期"></asp:BoundColumn>
											<asp:BoundColumn DataField="artcount" HeaderText="发帖数"></asp:BoundColumn>
											<asp:BoundColumn DataField="mzone" HeaderText="负责版块"></asp:BoundColumn>
											<asp:TemplateColumn>
												<ItemTemplate>
													<asp:LinkButton runat="server" Text="取消" CommandName="Delete" CausesValidation="false" ID="del"></asp:LinkButton>
												</ItemTemplate>
											</asp:TemplateColumn>
										</Columns>
										<PagerStyle HorizontalAlign="Left" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
									</asp:datagrid>
									<P>&nbsp;</P>
									<P><FONT face="宋体"></FONT></P>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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