📄 vipmanage.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="Head" Src="Head.ascx" %>
<%@ Page language="c#" Codebehind="VipManage.aspx.cs" AutoEventWireup="false" Inherits="RBWebShop.Manage.VipManage" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>UserMange</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="../Include/ManageStyle.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<uc1:head id="Head1" runat="server"></uc1:head>
<table class="tableBorder" cellSpacing="0" width="100%" align="center" border="0">
<tr>
<th class="row" noWrap align="left" width="100" colSpan="1">
VIP会员管理
</th>
</tr>
<tr>
<td class="Row" noWrap align="center" width="100%" valign="top" colSpan="1"><asp:datagrid id="myData" runat="server" PageSize="12" AllowPaging="True" DataKeyField="RBUserId"
Width="100%" AutoGenerateColumns="False">
<SelectedItemStyle BackColor="#E0E0E0"></SelectedItemStyle>
<AlternatingItemStyle BackColor="#C0FFC0"></AlternatingItemStyle>
<HeaderStyle HorizontalAlign="Center" Height="25px" CssClass="RowLight" BackColor="WhiteSmoke"></HeaderStyle>
<Columns>
<asp:TemplateColumn HeaderText="选择">
<HeaderStyle Width="10%"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
<ItemTemplate>
<asp:CheckBox ID="CheckFavorite" Runat="server" AutoPostBack="False"></asp:CheckBox>
</ItemTemplate>
</asp:TemplateColumn>
<asp:HyperLinkColumn DataNavigateUrlField="RBUserId" DataNavigateUrlFormatString="UserDetail.aspx?UserId={0}"
DataTextField="RBUserName" HeaderText="用户名">
<ItemStyle HorizontalAlign="left" Width="10%"></ItemStyle>
</asp:HyperLinkColumn>
<asp:BoundColumn DataField="RBUserRealName" HeaderText="真实姓名">
<ItemStyle HorizontalAlign="Center" Width="10%"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="RBUserLoginTimes" HeaderText="登录次数">
<ItemStyle HorizontalAlign="Center" Width="10%"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="RBUserLastLoginTime" HeaderText="最后登录时间">
<ItemStyle HorizontalAlign="Center" Width="10%"></ItemStyle>
</asp:BoundColumn>
<asp:ButtonColumn Text="注销" ButtonType="PushButton" HeaderText="操作" CommandName="Delete">
<ItemStyle HorizontalAlign="Center" Width="10%"></ItemStyle>
</asp:ButtonColumn>
</Columns>
<PagerStyle NextPageText="下一页" Height="25px" PrevPageText="上一页" BackColor="WhiteSmoke"></PagerStyle>
</asp:datagrid></td>
</tr>
<tr>
<td class="rowlight" align="left" colSpan="1"><asp:checkbox id="CheckBox1" runat="server" Text="全选"></asp:checkbox><asp:button id="Button1" runat="server" CssClass="mybutton" Text="全部注销"></asp:button></td>
</tr>
</table>
<hr>
<table border="0" cellspacing="1" align="center" class="tableBorder">
<tr>
<th width="100" colspan="2" nowrap align="left">
添加VIP会员
</th>
</tr>
<tr>
<td width="100" class="Row" colspan="1" nowrap align="right">请输入会员名:</td>
<td class="Row" colspan="1" nowrap align="left">
<asp:TextBox id="myVip" runat="server" Width="120px"></asp:TextBox></td>
</tr>
<tr>
<td width="100" class="RowLight" nowrap></td>
<td class="RowLight" nowrap>
<asp:Button id="Button2" runat="server" Text="提交信息" CssClass="myButton"></asp:Button></td>
</tr>
</table>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -