⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 classgoods.aspx

📁 网上商城购物系统的源码及使用说明
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage/MasterPage.master" AutoEventWireup="true" CodeFile="ClassGoods.aspx.cs" Inherits="User_ClassGoods" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="FartherMain" Runat="Server">
<table style=" font-size: 9pt; font-family: 宋体;"  >
        <tr>
            <td align="left"  style ="width :560px; height :19px;"  background ="../Images/index/名字空白.JPG" >
                &nbsp;&nbsp; &nbsp;<asp:Label ID="lbClassName" runat="server" Text="Label" Font-Names="宋体" Font-Bold="True" ></asp:Label></td>
        </tr>
        <tr>
            <td align="left" style ="width :560px; " background="../Images/index/产品展销---最底部.jpg" >
                <asp:DataList ID="DLClass" runat="server" RepeatColumns="4" RepeatDirection="Horizontal" DataKeyField ="GoodsID" OnItemCommand="DLClass_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 valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋体;">
                                <td align="center">
                                    市场价格</td>
                                <td align="left" >
                                    <%#GetVarMKP(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" >
                                    <%#GetVarMBP(DataBinder.Eval(Container.DataItem, "MemberPrice").ToString())%>¥</td>
                            </tr>
                            <tr valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋体;">
                                <td colspan="2" align="left">
                                    &nbsp; &nbsp;
                                    <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 + -