Is there a way to get items on the same level as the "root" item, or do you have to have a root item all by its lonesome on the first tier? I got an error when trying to do something like this and I tried a couple of different ways. Thanks.
If you're binding it to the default xml provider in .net (web.sitemap) then it only allows one root node, but you can use your own sitemap provider with some coding. Check it out here http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/CustSiteMap.asp Another easier way to do this would be to just go to the properties of your Sitemapdatasource, and set the showstartingnode to false, this will hide the root node and make it seem like the child nodes are all root nodes.