When I attach a Site Map data source type to a site map control, I specify an ID for the data source.
Where in the code (or config files) is that ID associated with the corresponding Web.sitemap file?
Is it that there can be only one site map data source and the ID is actually redundant information?
Cheers.
When I attach a Site Map data source type to a site map control,
Share
DataSourceIDis used when the source data is provided by another control of typeDataSourceControlin the page, for instance aSqlDataSourcecontrol.DataSourceis used to provide the data directly. You should use either, but not both.