View Single Post
  #7 (permalink)  
Old May 14th, 2008, 11:24
prathap prathap is offline
New Member
Join Date: May 2008
Location: USA
Age: 26
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to Create Dynamic menus in ASp.net.

1. Create one admin side panel, there you can enter the menu details
2. In Client side generate the Menus in the form of <div> and <ul> <li> tags.
3. And configure those menus by Style Sheet.

You can get the menu script from http://www.projectseven.com/tutorial...e/workpage.htm

Last edited by Aso; May 18th, 2008 at 14:18. Reason: Sorry, no signature before 25 posts
Reply With Quote