Login  |  Register
Home | Articles | Downloads | Resources | About
Contact Us | My Resume
   Topics:  ASP.NET  C#  .NET  XML 
ASP.NET
File Name: Two Level Menu
File Size: 21,509 bytes
Downloaded: 2837 times
Posted by WaheedKhan on Tuesday, April 20, 2004 (PST)
Click here to download this file
Two Level Menu Example with C# and ASP.NET

Introduction:

This is Two Level Menu ASP.NET UserControl with C# and ASP.NET. This UserControl has Two Repeater Control one TopLevel and another SubLevel. This two level menu will get the menu from XML file and will display parent level menu items in the TopLevel Repeater Control and child level menu items in SubLevel Repeater Control. The TopLevel Repeater Control has SubLevel Repeater Control, the TopLevel Repeater Control knows the parent level menu items and sublevel repeater control knows the child level menu items.

 

Online Example: http://menu.artisticode.com/Default.aspx
Xml File: http://menu.artisticode.com/xml/menu.xml

 

Add Your Comment

Most Popular Downloads

  • Dynamically create TextBoxes and DropDownList with C# and ASP.NET
    This article will show you how to create TextBoxes and DropDownList dynamically on ASP.NET page and then retrieve user input values from dynamically created controls.

  • Dynamically create Controls in ASP.NET with C#
    This article will show you how to create TextBoxes dynamically on web page and then retrieve user input values from dynamically created TextBoxes “Text” property content value.

  • Dynamically create TextBoxes with C# on Windows Form
    Dynamically create and retrieve TextBoxes data with C# on Windows Form

  •  
     
    Home Articles Downloads Resources About