📄 viewgroupmembers.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ViewGroupMembers.ascx.cs" Inherits="JiSuShop.Web.Admin.Ascx.ViewGroupMembers" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<link type="text/css" rel="stylesheet" href="images/default.Css">
<form id="form1" runat="server">
<table cellSpacing="0" cellPadding="0" width="99%" align="center" border="0">
<tr>
<td class="C_Left_03" vAlign="top" width="8"><IMG height="7" src="Images/JiSu_Admin_22.gif" width="8"></td>
<td class="C_Left_01"> </td>
<td class="C_Left_04" vAlign="top" width="8"><IMG height="7" src="Images/JiSu_Admin_25.gif" width="8"></td>
</tr>
<tr>
<td class="C_Left_03"> </td>
<td class="C_Middle">
<table class="SubMenu_Item" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td>
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td class="Current_Item"><A href="./AdminUser.aspx?groupID=-1" target="main">会员列表</A></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td>通过邮箱快速搜索:<asp:textbox id="txtEmail" Runat="server"></asp:textbox><asp:button class="C_input02" id="btnSearch" Runat="server" Width="72px" Text="搜索"></asp:button>
会员组:<asp:dropdownlist id="ddl" Runat="server" AutoPostBack="True"></asp:dropdownlist>
</td>
</tr>
<tr>
<td class="C_order_left">
<table id="tbl" cellSpacing="1" cellPadding="1" border="0" runat="server">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td><asp:datagrid id="li" Runat="server" AllowSorting="True" cellspacing="0" cellpadding="0" BorderWidth="1px"
width="100%" AutoGenerateColumns="false" AllowPaging="True" EnableViewState="False" PageSize="15">
<ItemStyle HorizontalAlign="Center" CssClass="Itemstyle"></ItemStyle>
<HeaderStyle HorizontalAlign="Center" CssClass="C_order_title"></HeaderStyle>
<Columns>
<asp:BoundColumn Visible="False" DataField="UserID"></asp:BoundColumn>
<asp:HyperLinkColumn HeaderText="邮箱" DataTextField="Email" DataNavigateUrlField="UserID" DataNavigateUrlFormatString="../UserInfo.aspx?UserID={0}"></asp:HyperLinkColumn>
<asp:BoundColumn DataField="GroupName" HeaderText="所属会员组"></asp:BoundColumn>
<asp:BoundColumn DataField="Jifen" HeaderText="积分" SortExpression="Jifen"></asp:BoundColumn>
<asp:BoundColumn DataField="JoinDate" HeaderText="加入时间" SortExpression="JoinDate"></asp:BoundColumn>
<asp:BoundColumn DataField="LoginCount" HeaderText="登录次数" SortExpression="LoginCount"></asp:BoundColumn>
<asp:HyperLinkColumn Text="查看日志" DataNavigateUrlField="UserID" DataNavigateUrlFormatString="UserLogInfo.aspx?uid={0}"
HeaderText="查看日志"></asp:HyperLinkColumn>
<asp:ButtonColumn Text="删除" HeaderText="删除" CommandName="Del">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:ButtonColumn>
</Columns>
<PagerStyle Height="25px" HorizontalAlign="Right"></PagerStyle>
</asp:datagrid><br>
</td>
</tr>
</table>
</td>
<td class="C_Left_04"> </td>
</tr>
<tr>
<td class="C_Left_03" vAlign="bottom" width="8"><IMG height="8" src="Images/JiSu_Admin_48.gif" width="8"></td>
<td class="C_Left_02"> </td>
<td class="C_Left_04" vAlign="bottom" width="8"><IMG height="8" src="Images/JiSu_Admin_51.gif" width="8"></td>
</tr>
</table>
</TD></TR></TABLE>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -