|

復(fù)制代碼 代碼如下:
<%@ Page Language="C#" %>
<html>
<!-- ASP.NET 2.0的例子 -->
<head runat="server">
</head>
<body>
<form runat="server">
<h3>下拉菜單的例子</h3>
<!-- Use declarative syntax to create the -->
<!-- menu structure. Submenu items are -->
<!-- created by nesting them in parent menu -->
<!-- items. -->
<ASP:menu id="NavigationMenu"
disappearafter="2000"
staticdisplaylevels="2"
staticsubmenuindent="10"
orientation="Horizontal"
font-names="Arial"
target="_blank"
runat="server">
<staticmenuitemstyle backcolor="#DDDDDD"
forecolor="red"/>
<statichoverstyle backcolor="#DDDDDD"/>
<dynamicmenuitemstyle backcolor="#EEEEEE"
forecolor="red"/>
<dynamichoverstyle backcolor="#DDDDDD"
forecolor="Black"/>
<items>
<ASP:menuitem navigateurl="http://dotNET.ASPx.cc/"
text="首頁"
tooltip="首頁">
<ASP:menuitem navigateurl="http://dotNET.ASPx.cc/ShowList.ASPx?id=1"
text="ASP.NET 欄目"
tooltip="ASP.NET 欄目">
<ASP:menuitem navigateurl="Classical.ASPx"
text="ASP.NET 最新文章"
tooltip="ASP.NET 最新文章"/>
<ASP:menuitem navigateurl="Rock.ASPx"
text="ASP.NET 問與答"
tooltip="ASP.NET 問與答">
<ASP:menuitem navigateurl="Classical.ASPx"
text="ASP.NET 最新文章"
tooltip="ASP.NET 最新文章"/>
<ASP:menuitem navigateurl="Classical.ASPx"
text="ASP.NET 最新文章"
tooltip="ASP.NET 最新文章"/>
</ASP:menuitem>
<ASP:menuitem navigateurl="Jazz.ASPx"
text="Jazz"
tooltip="Jazz"/>
</ASP:menuitem>
<ASP:menuitem navigateurl="Movies.ASPx"
text="Movies"
tooltip="Movies">
<ASP:menuitem navigateurl="Action.ASPx"
text="Action"
tooltip="Action">
<ASP:menuitem navigateurl="Drama.ASPx"
text="Drama"
tooltip="Drama"/>
</ASP:menuitem>
<ASP:menuitem navigateurl="Drama.ASPx"
text="Drama"
tooltip="Drama"/>
<ASP:menuitem navigateurl="Musical.ASPx"
text="Musical"
tooltip="Musical"/>
</ASP:menuitem>
</ASP:menuitem>
</items>
</ASP:menu>
</form>
</body>
</html>
AspNet技術(shù):ASP.NET 2.0寫無限級下拉菜單,轉(zhuǎn)載需保留來源!
鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請第一時(shí)間聯(lián)系我們修改或刪除,多謝。