skmMenu is an open-source project maintained in a GotDotNet Workspace. (The latest version of skmMenu can be downloaded from its official Web site, http://www.skmMenu.com.) To date, the following individuals have contributed to the skmMenu source code:
skmMenu was created in September 2003.
skmMenu is available via the Web site skmMenu.com. From skmMenu.com you can download skmMenu, view the online documentation, read FAQs, visit a messageboard, and so on.
To start using skmMenu in an ASP.NET Web application, you need to do the following steps:
For Visual Studio .NET Users
skmMenu.dll) and click OK.For Non-Visual Studio .NET Users
skmMenu.dll) to the
/bin folder of your Web application.
<%@ Register TagPrefix="skm" Namespace="skmMenu" Assembly="skmMenu" %>
Then, you can place an instance of skmMenu in the page using the following syntax:
<skm:Menu id="menuID" runat="server" ...></skm:Menu>
Check out this articles for information about skmMenu: