Is there any way to get the asp:menu items separated into multiple columns? I get the menu items from a System.Web.XmlSiteMapProvider and then "forward" them to a SiteMap to be used with the asp:menu. I need a menu structured like:
Item1 Item5 Item9 Item11
Item2 Item6 Item10 Item12
Item3 Item7 Item11 Item13
Item4 Item8 Item12 Item14
And so on.. How do i achive this based on a System.Web.XmlSiteMapProvider?