Hello,
On top part of the site i implemented an <asp:Menu> witch binds to a sitemap.
I want that <asp:Menu> to show only the first level of sitemap and the submenu(level 2 of sitemap) to be showed in the left part of the site.
What control should i use to display the submenu ?
I think at :another <asp:Menu> or an Unordered List.
Thanks.