Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am building a website in asp.net 3.5. Which is based on monthly articles by the company based on category. I want to add category based dynamically menu. that when ever i add a new category then that category should directly go to my website menu navigation.

More, I want to create a some aside bar, On which from admin panel i can post different widgets dynamically like blogger, WordPress widgets can bi like facebook, adz, twitter widgets etc.

I am new to asp.net , i just need the direction to implement this.
Posted
Comments
Sinisa Hajnal 1-Sep-14 6:34am    
Make the table in your database to hold your menu items. You'll need parent menu item relation, URL to which it goes, text to show and category id.

Google dynamic menu on (your database) and you'll find examples. Next time, do it before you ask the question.

1 solution

 
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