?? rhdgoods.aspx
字號:
?<%@ Page Language="C#" MasterPageFile="~/MasterPage/MasterPage.master" AutoEventWireup="true" CodeFile="RHDGoods.aspx.cs" Inherits="User_RHDGoods" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="FartherMain" Runat="Server">
<table style=" font-size: 9pt; font-family: 宋體;" runat =server id="tabRefine" >
<tr>
<td align="left" style ="width :560px; height :22px;" background ="../Images/index/精品推薦.jpg">
</td>
</tr>
<tr>
<td align="left" style ="width :560px; " background="../Images/index/產品展銷---最底部.jpg" >
<asp:DataList ID="DLrefinement" DataKeyField ="GoodsID" runat="server" RepeatColumns="4" RepeatDirection="Horizontal" OnItemCommand="DLrefinement_ItemCommand">
<ItemTemplate>
<table align="left" cellpadding=0 cellspacing=0 style =" width :135px; height:158px;" >
<tr align =center style =" width :135px; height:65px;font-size: 9pt; font-family: 宋體;" >
<td colspan="2" >
<asp:Image ID="imageRefine" runat="server" ImageUrl =<%#DataBinder.Eval(Container.DataItem,"GoodsUrl")%>/></td>
</tr>
<tr align =center valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋體;">
<td colspan="2" align="center">
<%#DataBinder.Eval(Container.DataItem, "GoodsName")%>
</td>
</tr>
<tr align =center valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋體;">
<td align="center">
市場價格</td>
<td align="left" >
<%#GetMKPStr(DataBinder.Eval(Container.DataItem, "MarketPrice").ToString())%>¥</td>
</tr>
<tr align =center valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋體;">
<td align="center">
會員價格</td>
<td align="left" >
<%#GetMBPStr(DataBinder.Eval(Container.DataItem, "MemberPrice").ToString())%>¥</td>
</tr>
<tr align =center valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋體;">
<td colspan="2">
<asp:LinkButton ID="lnkbtnClass" runat="server" CommandName="detailSee" >詳細</asp:LinkButton>
<asp:LinkButton ID="lnkbtnBuy" runat="server" CommandName="buyGoods" CommandArgument='<%#DataBinder.Eval(Container.DataItem,"GoodsWeight")+"|"+DataBinder.Eval(Container.DataItem,"MemberPrice") %>'>購買</asp:LinkButton></td>
</tr>
</table>
</ItemTemplate>
</asp:DataList></td>
</tr>
</table>
<table style="font-size: 9pt; font-family: 宋體;" runat =server id ="tabHot" >
<tr>
<td align="left" style ="width :560px; height :22px;" background ="../Images/index/熱銷商品.jpg">
</td>
</tr>
<tr>
<td style ="width :560px; height :157px;" background ="../Images/index/精品推薦下面部分.jpg" align="left">
<asp:DataList ID="DLHot" DataKeyField ="GoodsID" runat="server" RepeatColumns="4" RepeatDirection="Horizontal" OnItemCommand="DLHot_ItemCommand">
<ItemTemplate>
<table align="left" cellpadding=0 cellspacing=0 style =" width :135px; height:158px;">
<tr align =center style =" width :135px; height:65px;font-size: 9pt; font-family: 宋體;">
<td colspan="2" align="center" > <asp:Image ID="imageHot" runat="server" ImageUrl =<%#DataBinder.Eval(Container.DataItem,"GoodsUrl")%>/>
</td>
</tr>
<tr valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋體;" align =center>
<td colspan="2" align="center">
<%#DataBinder.Eval(Container.DataItem, "GoodsName")%>
</td>
</tr>
<tr valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋體;">
<td align="center">
市場價格</td>
<td align="left">
<%#GetMKPStr(DataBinder.Eval(Container.DataItem, "MarketPrice").ToString())%>¥</td>
</tr>
<tr valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋體;">
<td align="center">
會員價格</td>
<td align="left">
<%#GetMBPStr(DataBinder.Eval(Container.DataItem, "MemberPrice").ToString())%>¥</td>
</tr>
<tr valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋體;">
<td colspan="2">
<asp:LinkButton ID="lnkbtnClass" runat="server" CommandName="detailSee" >詳細</asp:LinkButton>
<asp:LinkButton ID="lnkbtnBuy" runat="server" CommandName="buyGoods" CommandArgument='<%#DataBinder.Eval(Container.DataItem,"GoodsWeight")+"|"+DataBinder.Eval(Container.DataItem,"MemberPrice") %>'>購買</asp:LinkButton></td>
</tr>
</table>
</ItemTemplate>
</asp:DataList></td>
</tr>
</table>
<table style="font-size: 9pt; font-family: 宋體;" runat=server id="tabDiscount">
<tr>
<td align="left" style ="width :560px; height :22px;" background ="../Images/index/特價商品.jpg">
</td>
</tr>
<tr>
<td align="left" style ="width :560px; height :157px;" background ="../Images/index/精品推薦下面部分.jpg">
<asp:DataList ID="DLDiscount" DataKeyField ="GoodsID" runat="server" RepeatColumns="4" RepeatDirection="Horizontal" OnItemCommand="DLDiscount_ItemCommand">
<ItemTemplate>
<table align="left" cellpadding=0 cellspacing=0 style =" width :135px; height:158px;">
<tr align =center style =" width :135px; height:65px;font-size: 9pt; font-family: 宋體;">
<td colspan="2" align="center" ><asp:Image ID="imageDiscount" runat="server" ImageUrl =<%#DataBinder.Eval(Container.DataItem,"GoodsUrl")%>/>
</td>
</tr>
<tr valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋體;" align =center>
<td colspan="2">
<%#DataBinder.Eval(Container.DataItem, "GoodsName")%>
</td>
</tr>
<tr valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋體;">
<td align="center">
市場價格</td>
<td align="left">
<%#GetMKPStr(DataBinder.Eval(Container.DataItem, "MarketPrice").ToString())%>¥</td>
</tr>
<tr valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋體;">
<td align="center">
會員價格</td>
<td align="left">
<%#GetMBPStr(DataBinder.Eval(Container.DataItem, "MemberPrice").ToString())%>¥</td>
</tr>
<tr valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋體;">
<td colspan="2">
<asp:LinkButton ID="lnkbtnClass" runat="server" CommandName="detailSee" >詳細</asp:LinkButton>
<asp:LinkButton ID="lnkbtnBuy" runat="server" CommandName="buyGoods" CommandArgument='<%#DataBinder.Eval(Container.DataItem,"GoodsWeight")+"|"+DataBinder.Eval(Container.DataItem,"MemberPrice") %>'>購買</asp:LinkButton></td>
</tr>
</table>
</ItemTemplate>
</asp:DataList></td>
</tr>
</table>
</asp:Content>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -