?? navbar.ascx
字號:
?<%@ Control Language="c#" AutoEventWireup="false" Codebehind="NavBar.ascx.cs" Inherits="wqshop.Modules.NavBar" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table id="navbar" cellpadding="0" cellspacing="0">
<tr>
<td class="l">
</td>
<td class="m">
<%BindTopNav();%>
<asp:DataList id="dlTopNav" RepeatLayout="Flow" RepeatColumns="11" RepeatDirection="Horizontal"
runat="server" DataKeyField="CategoryID">
<ItemTemplate>
<a href='<%if(config.html==""){%>List.aspx?CatID=<%# DataBinder.Eval(Container.DataItem,"CategoryID") %><%}else{%>categorys-<%# DataBinder.Eval(Container.DataItem,"CategoryID")%>.<%=config.html%><%}%>'>
<%# DataBinder.Eval(Container.DataItem, "Name")%>
</a>
</ItemTemplate>
<SeparatorTemplate>
|
</SeparatorTemplate>
</asp:DataList>
</td>
<td class="r">
</td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -