ASP.NET Menu: how to build custom menu

Posted by Turi on Stack Overflow See other posts from Stack Overflow or by Turi
Published on 2010-06-16T15:39:14Z Indexed on 2010/06/16 17:02 UTC
Read the original article Hit count: 441

Filed under:
|
|
|
|

hi all,

i have this situation: i have to build a menu with datasource from the db, because i have to filter them among the user that is loged in. i have tried building a menu using repeater, and all this works fine till i realized that i wanted the menu with more than two levels. i have also tried with treeview, but i really don't want this solution (problem with the style and the treeview doesn't have a pretty view).

Could anyone give me just the idea ?

thnx in advance.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about treeview