mleft2.ascx

来自「网上购物商城主要由前台会员模块和后台管理模块两部分组成。会员在登录进入该网上购物」· ASCX 代码 · 共 26 行

ASCX
26
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="MLeft2.ascx.cs" Inherits="UserControl_MLeft2" %>
<table style="width: 200px; font-size: 9pt; height: 181px;" cellpadding="0" cellspacing="0">
    <tr>
        <td style="height: 28px; background-image: url(../Image/例图/本周销售排行.jpg); width: 200px;">
            </td>
    </tr>
    <tr>
        <td style="vertical-align: top; height: 153px; color: black; background-image: url(../Image/例图/本周销售排行下的图片.jpg); width: 200px;">
            <br />
            <asp:DataList ID="dlGName" runat="server" Height="70px" Width="180px" ForeColor="Black" Font-Size="9pt">
                <ItemTemplate>
                &nbsp;&nbsp;&nbsp;<a href='MemberManage/EditGInfo.aspx?GoodsID=<%# DataBinder.Eval(Container.DataItem,"GoodsID") %>'
                style="font-size: 9pt;text-decoration:none; color:Black;" target="mainframe"><%# DataBinder.Eval(Container.DataItem, "GoodsName")%></a>
                </ItemTemplate>
            </asp:DataList><br /><br />
            <table style="width: 200px;">
                <tr>
                    <td style="width: 200px; text-align: right">
            <asp:HyperLink ID="hlinkMore" runat="server" Font-Size="9pt" Font-Underline="False"
                ForeColor="Black" NavigateUrl="~/MemberManage/GoodsInfo.aspx" Target="mainframe">more</asp:HyperLink>&nbsp;</td>
                </tr>
            </table>
                </td>
    </tr>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?