Click here to Skip to main content
15,885,985 members
Articles / Web Development / ASP.NET

Custom Web Menu with Embedded Resources

Rate me:
Please Sign up or sign in to vote.
4.25/5 (4 votes)
30 Mar 2010CPOL2 min read 32.8K   912   17  
This is a free custom web menu with Tigra menu (free JavaScript menu) embedded.
<?xml version="1.0" encoding="utf-8" ?>
<menu>
  <menuitem root="" name="Knowledge Hub" menuid="1" />
  <menuitem root="" name="Learning"  menuid="2" />
  <menuitem root="" name="Search Engines"  menuid="3" />
  
  <menuitem root="1" name="Code Project" url="http://www.codeproject.com"  menuid="11"/>
  <menuitem root="1" name="MSDN" url="http://www.msdn.microsoft.com"  menuid="12"/>
  
  <menuitem root="2" name="MSDN" url=""  menuid="21"/>
  <menuitem root="21" name="Technologies" url=""  menuid="211"/>
  <menuitem root="211" name="ASP.Net" url="http://msdn.microsoft.com/hi-in/asp.net/default.aspx"  menuid="212"/>
  <menuitem root="2" name="Code Project" url="http://www.codeproject.com"  menuid="22"/>
  <menuitem root="2" name="DotNet Spider" url="http://www.dotnetspider.com"  menuid="23"/>
  
  <menuitem root="3" name="Google" url="http://www.google.com"  menuid="31"/>
  <menuitem root="3" name="Yahoo" url="http://www.yahoo.com"  menuid="32"/>
  <menuitem root="3" name="Bing" url="http://www.bing.com"  menuid="33"/>
</menu>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
India India
A C# lover....

Comments and Discussions