?? mleft2.ascx
字號(hào):
?<%@ 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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -