📄 menlei.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="MenLei.ascx.cs" Inherits="DefaultControl_MenLei" %>
<table border="0" cellpadding="0" cellspacing="0" style="border-right: lightblue 1px solid;
border-top: lightblue 1px solid; border-left: lightblue 1px solid; border-bottom: lightblue 1px solid"
width="160">
<tr>
<td style="background-image: url(images/az-home_24.gif); width: 100px; height: 18px; text-align: left;">
商品门类</td>
</tr>
<tr>
<td style="width: 100px; text-align: left;">
<asp:DataList ID="DataList1" runat="server">
<ItemTemplate>
»<asp:HyperLink ID="HyperLink1" runat="server" Text='<%# Eval("Name") %>'
NavigateUrl='<%# @"~\Product.aspx?DepartmentID="+Eval("DepartmentID") %>'
ToolTip='<%# Eval("Content") %>'></asp:HyperLink>«
</ItemTemplate>
</asp:DataList></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -