|
|
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
|
|
|
 |
 |
|