Click here to Skip to main content
15,885,855 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to add a menu to in my cms in asp.net. the functionality which i need is that, when user creates a new page so the page link should be added to the menu. The should be asked either to add the page link in the dropdown/nested menu or in the root menu.

any help please the cms is in c# asp.net.

with much thanks
Posted

1 solution

what you need to do is the following
create database table to save all your menu items , once the user want to add the new page you need to let him choose the parent page ,

now write some code to populate menu items from the database.

i have article here you need little modification and it will match your requirements

http://engthunder.wordpress.com/2011/10/17/dynamic-menu-from-database-and-more/[^]
 
Share this answer
 
v2

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900