how to build custom menu using asp.net
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
15:42 UTC
Read the original article
Hit count: 186
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 any ideas ?
thnx in advance.
© Stack Overflow or respective owner