📄 mleft2.ascx
字号:
<%@ 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>
<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> </td>
</tr>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -