You are creating ASP.NET applications by using the .NET Framework 3.5.
You manage a Web site that currently uses the SiteMapPath control that is connected to a sitemap file. You add a TreeView control to the Web site.
You need to configure the TreeView control to display the site navigation from the site map file.
What should you do?
A.
Set the siteMapFile property in the XmlSiteMapProvider control.
Set the PopulateNodesFromClient property to true in the TreeView control.
B.
Set the TransformFile property to connect the XmlDataSource control to the site map file.
Configure the TreeView control to use the XmlDataSource control.
C.
Set the StartingNodeOffset property in the XmlSiteMapProvider control.
Set the PopulateNodesFromClient property to true in the TreeView control.
D.
Configure a SiteMapDataSource control to use the XmlSiteMapProvider control.
Configure the TreeView control to use the SiteMapDataSource control.