📄 couponlist.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" Codebehind="CouponList.aspx.cs" Inherits="PowerEasy.WebSite.User.Shop.CouponList" %>
<!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>
</head>
<body>
<pe:UserNavigation ID="UserCenterNavigation" runat="server" Tab="shop" />
<pe:ExtendedSiteMapPath ID="YourPosition" runat="server" SiteMapProvider="UserMapProvider">
</pe:ExtendedSiteMapPath>
<form id="form1" runat="server">
<div>
<pe:ExtendedGridView AllowPaging="true" ID="EgvCoupon" runat="server" AutoGenerateColumns="false"
DataSourceID="OdsCoupon" OnRowDataBound="EgvCoupon_RowDataBound">
<Columns>
<pe:BoundField HeaderText="优惠券名称">
</pe:BoundField>
<pe:BoundField HeaderText="优惠券号码" HeaderStyle-Width="20%">
</pe:BoundField>
<pe:BoundField HeaderText="面值" HeaderStyle-Width="10%">
</pe:BoundField>
<pe:BoundField HeaderText="使用次数/限制次数" HeaderStyle-Width="18%">
</pe:BoundField>
<pe:BoundField HeaderText="截止时间" HeaderStyle-Width="12%">
</pe:BoundField>
</Columns>
</pe:ExtendedGridView>
<asp:ObjectDataSource ID="OdsCoupon" runat="server" EnablePaging="true" TypeName="PowerEasy.Shop.Coupon"
SelectMethod="GetDetailList" SelectCountMethod="GetTotalOfCoupon" MaximumRowsParameterName="maxNumberRows"
StartRowIndexParameterName="startRowIndexId"></asp:ObjectDataSource>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -