Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:

Hi,

I want to create a custom menu control (that can be referenced through any web page and be made a part of it). The items in the menu shouldnt be static. instead it should be dynamic, taking the values from database table or some constants file. So any addition to the entry in table or the file should add another menu item in the menu also. Also any menu items can hav the submenu's also.

Any suggestions as to how can i create such a dynamic menu.

Please do reply ASAP.

Thanks

Posted

Can you please suggest any one of the ways to implement it. I have an idea as to we can do using database tables or using XML also. But any direction as to how to implement it will be helpful.

Thanks

 
Share this answer
 

There are plenty of ways to do this, the most obvious would be to search for what other people have done and reuse it.

 
Share this answer
 

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