skmMenu is an open-source project available online at http://datawebcontrols.com/menu.) 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 datawebcontrols.com/menu. From datawebcontrols.com/menu 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: