Hello,
Has anyone figured out a way to change the sort order of the SiteMap stored in SQL Server?
Currently it sorts by the ID but if say Home is 20 and About Us is 5, About us display first. I tried adding sort order to the table and the query works corretly but the Provider chokes on an invalid key because the parents get switched around.