⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 navbar.ascx

📁 网站asp 有代码 有全站代码
💻 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>
					&nbsp;|&nbsp;
				</SeparatorTemplate>
			</asp:DataList>
		</td>
		<td class="r">
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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