📄 changehistory.aspx
字号:
<%@ page language="C#" masterpagefile="~/JM.master" autoeventwireup="true" inherits="JMIntegral.Web.ChangeHistory, App_Web_changehistory.aspx.cdcab7d2" title="礼品交换报表" theme="GridView" %>
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<asp:Panel ID="Panel1" runat="server" Height="50px" Width="100%" Visible="false">
<table width="95%" border="0" cellspacing="1" cellpadding="0" class="grayborder">
<tr>
<td class="tdTitle" style="height: 30px">
<asp:HyperLink ID="hlkMoney" runat="server" CssClass="tdTitle">充值记录</asp:HyperLink>
<asp:HyperLink ID="hlkConsume" runat="server" CssClass="tdTitle">消费记录</asp:HyperLink>
<asp:HyperLink ID="hlkGifts" runat="server" CssClass="tdTitle">礼品交换记录</asp:HyperLink></td>
</tr>
</table>
<br />
</asp:Panel>
<table width="95%" border="0" cellspacing="1" cellpadding="0" class="grayborder">
<tr>
<td class="tdSearch" style="height: 30px">
姓名:<asp:TextBox ID="txtUserName" runat="server"></asp:TextBox>
<asp:CheckBox ID="CheckBox1" runat="server" Text="倒序排列" />
<asp:Button ID="btnSearch" runat="server" Text="搜 索" OnClick="btnSearch_Click" /></td>
</tr>
</table>
<br />
<table border="0" cellpadding="0" cellspacing="0" width="95%">
<tr>
<td>
<asp:GridView ID="GVGifts" runat="server" SkinID="Default" OnRowDataBound="GVGifts_RowDataBound"
AutoGenerateColumns="False" Width="99.9%" EmptyDataText="暂无数据">
<Columns>
<asp:BoundField DataField="CID" HeaderText="ID" />
<asp:BoundField DataField="MName" HeaderText="姓名" />
<asp:TemplateField HeaderText="交换礼品">
<ItemTemplate>
<%#BindGift() %>
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="GCount" HeaderText="礼品个数" />
<asp:BoundField DataField="Integral" HeaderText="所用积分" />
<asp:BoundField DataField="CreatDate" HeaderText="交换时间" DataFormatString="{0:yyyy-MM-dd}"
HtmlEncode="False" />
<asp:BoundField DataField="AdminName" HeaderText="操作员" />
</Columns>
</asp:GridView>
</td>
</tr>
</table>
<div style="width: 95%;">
<webdiyer:AspNetPager ID="anp" runat="server" CustomInfoHTML="当前第 %CurrentPageIndex% 页 共 %PageCount% 页 每页 %PageSize% 条 共 %RecordCount% 条记录"
FirstPageText="首页" LastPageText="末页" NextPageText="下一页" PrevPageText="上一页" HorizontalAlign="Center"
OnPageChanged="anp_PageChanged" Height="30px" CustomInfoTextAlign="Left" ShowCustomInfoSection="Right"
ShowNavigationToolTip="True" CustomInfoClass="">
</webdiyer:AspNetPager>
</div>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -