Generating two level using asp:menu control [modified]
-
Hi, I want to generate two levels of menu items using asp:menu control in asp.net 2.0. how can i do it? basically, if i have lots of menu items, i want to continue with the menu items on second line or second level. i dont want to make a page scrollable. hope i am very much clear...
modified on Monday, February 18, 2008 1:46 AM
-
Hi, I want to generate two levels of menu items using asp:menu control in asp.net 2.0. how can i do it? basically, if i have lots of menu items, i want to continue with the menu items on second line or second level. i dont want to make a page scrollable. hope i am very much clear...
modified on Monday, February 18, 2008 1:46 AM
Check this out http://www.codeproject.com/KB/user-controls/DHTMLMenuASPNET.aspx[^]
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
Hi, I want to generate two levels of menu items using asp:menu control in asp.net 2.0. how can i do it? basically, if i have lots of menu items, i want to continue with the menu items on second line or second level. i dont want to make a page scrollable. hope i am very much clear...
modified on Monday, February 18, 2008 1:46 AM
hi sanjubaba, As we know asp:Menu control provide any level menu but it is not flexible to use directly becuase your menu will become static. If you want to change menu items than you have to change front-end. Hence it is better to use database driven menu using asp:Menu control. Just check this link. Building a Database Driven Hierarchical Menu using ASP.NET 2.0 Hope this will help you. Thanks & Regards Dilip Kumar Vishwakarma
Programmer .Net Consulting
If this post is answer for your query then don't forget to mark as an answer.