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

📄 navbar.ascx

📁 欢迎使用新普网络商城
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="NavBar.ascx.cs" Inherits="XpShop.WebUI.Modules.NavBar" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table width="777"  border="0" align="center" cellpadding="0" cellspacing="0" background="template/green/images/10.jpg">
  <tr> 
    <td width="46" height="33"><img src="template/green/images/9.jpg" width=46 height=33></td>
    <td width="682">
		<font  style='color:#ffffff;font-size:12px;'>
			<table  border=0 cellspacing=0 cellpadding=0 height=17 align=center>
				<tr> 
				        
					<td width="1">&nbsp;</td>
					<%BindTopNav();%>
					<asp:DataList id="dlTopNav" RepeatLayout="Flow" RepeatColumns="15" RepeatDirection="Horizontal" runat="server" DataKeyField="CategoryID">
						<ItemTemplate>
							<td align='center' width=75 style='padding-left: 5px;padding-right: 5px'>
								<a href='List.aspx?CatID=<%# DataBinder.Eval(Container.DataItem, "CategoryID")%>' style='color:#ffffff;font-size:12px;'><%# DataBinder.Eval(Container.DataItem, "Name")%></a>
							</td>
						</ItemTemplate>
						<SeparatorTemplate>
							<td width=3><img src="template/green/images/13.gif" width=3 height=17></td>
						</SeparatorTemplate>
					</asp:DataList>
					<td width="1">&nbsp;</td>
				</tr>
			</table>
		</font>
	</td>
    <td width="49"><img src="template/green/images/14.jpg" width=49 height=33></td>
  </tr>
</table>

⌨️ 快捷键说明

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