Click here to Skip to main content
16,021,041 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi to all
i want make a dynamic menu(navigation)that bind to my database(sql server ).and i can insert new menu and sub menu to it .
i think use of user control for this goal is good .
anyone can help me ? a sample that show it can help me .
Posted
Updated 11-Apr-11 4:52am
v2

1 solution

Have you had a look at the ASP.net menu control?

http://msdn.microsoft.com/en-us/library/ecs0x9w5%28v=VS.100%29.aspx#CodeExamples[^]

You can bind it to data sources and control it programatically.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 11-Apr-11 15:17pm    
Sure, my 5.
--SA

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