Files
g.hnyhua.cn/Mtxfw.shop/_Admin/admin_cardbindqx.aspx
2026-02-07 15:48:27 +08:00

72 lines
2.8 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="True" CodeBehind="admin_cardbindqx.aspx.cs" Inherits="Mtxfw.WebSite._Admin.admin_cardbindqx" %>
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/Burgundy.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var icount = <%=icount %>;
var ResultCard = "<%=ResultCard %>";
if (icount != 0) {
parent.document.getElementById("icount_" + ResultCard).innerHTML = (parseInt(parent.document.getElementById("icount_" + ResultCard).innerHTML) + icount);
}
function CheckStartCard()
{
}
</script>
</head>
<body>
<form id="form1" runat="server">
<div class="main">
<div class="bt1">取消绑定卡号</div>
<div class="bt3">
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<th><b>绑定卡号</b></th>
<th><b>会员账号</b></th>
<th><b>真实姓名</b></th>
<th><b>状态</b></th>
<th><b>取消绑定</b></th>
</tr>
<asp:Repeater ID="Repeater1" runat="server">
<ItemTemplate>
<tr>
<td><%#Eval("MemberCard")%></td>
<td><%#Eval("UserName")%></td>
<td><%#Eval("RealName")%></td>
<td><%#Eval("UserState")%></td>
<td>
<asp:LinkButton ID="Btn_Update" CommandName='<%#Eval("ID") %>' CommandArgument='<%#Eval("MemberCard") %>' OnCommand="IsGo_Click" runat="server">取消绑定</asp:LinkButton>
</td>
</tr>
</ItemTemplate>
</asp:Repeater>
<tr>
<td colspan="11" style="text-align:center">
<webdiyer:AspNetPager ID="AspNetPager1" AlwaysShow="true" runat="server"
FirstPageText="首页" LastPageText="尾页" NextPageText="下一页"
CustomInfoHTML="共 &lt;font color=&quot;red&quot;&gt;%RecordCount%&lt;/font&gt; 条记录 当前 &lt;font color=&quot;red&quot;&gt;%CurrentPageIndex%/%PageCount%&lt;/font&gt; 页"
PrevPageText="上一页" ShowPageIndexBox="Always" ShowCustomInfoSection="Left"
SubmitButtonText="Go" TextAfterPageIndexBox="页" ShowBoxThreshold="100"
CurrentPageButtonPosition="Center" ShowMoreButtons="False" PageIndexBoxType="DropDownList"
TextBeforePageIndexBox="转到" UrlPaging="True">
</webdiyer:AspNetPager>
</td>
</tr>
<asp:HiddenField ID="Hidd_Card" runat="server" />
</table>
</div>
</div>
</form>
</body>
</html>