SiteMapDataSource Problem

3 replies. Last post: July 4, 2010 10:46 PM by Glenn Layaar
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
Khalid BashMember

I want to bind a SiteMapDataSource to a treeview and use it as the menu as in ordinary aspnet tree. But the navigate Url is not redirecting properly. The Sample web.sitemap is below. This sitemap is used by demo provided by Intersoft. 


See the URL format in the sitemap. When is  bind the same to intersoft treeview the link is navigating to 

http://localhost/~/LiveDemo.aspx

If any body know how to do this basic correct let me know. Intersoft Guys please dont advice which is not in ur software. We have been cheated a lot. 

<siteMapNode title="Home" description="Home" url="~/Default.aspx">


<siteMapNode title="Feature Explorer" url="~/FeatureExplorer.aspx">

</siteMapNode>


<siteMapNode title="Version History" url="~/VersionHistory.aspx">

</siteMapNode>


    <siteMapNode title="Trial Product" url="~/TrialProduct.aspx">

    </siteMapNode>


    <siteMapNode title="Unsubscribe" url="~/Unsubscribe.aspx">

    </siteMapNode>


<siteMapNode title="Live Demo" url="~/LiveDemo.aspx">

</siteMapNode>


<siteMapNode title="Products" description="Our products" 

 url="~/Products/Default.aspx">


<siteMapNode title="WebUI.NET" description="WebUI.NET"

url="~/WebUI/Default.aspx">

<siteMapNode title="Features" description="WebUI.NET Key Features"

 url="~/WebUI/Default.aspx?Page=FeaturesAll">

</siteMapNode>

</siteMapNode>


      <siteMapNode title="ISDataSource.NET" description="ISDataSource.NET 1.0"

       url="~/ISDataSource/Default.aspx">

        <siteMapNode title="Features" description="ISDataSource.NET 1.0 Key Features"

 url="~/ISDataSource/Default.aspx?page=FeaturesAll">

        </siteMapNode>

        <siteMapNode title="DownloadTrial" description="WebGrid.NET Enterprise 4.0 Download Trial"

 url="~/ISDataSource/TrialDownload.aspx"/>

        <siteMapNode title="Release History" description="WebGrid.NET Enterprise 4.0 Release History"

 url="~/ISDataSource/ReleaseHistory.aspx"/>

        <siteMapNode title="System Requirements" description="WebGrid.NET Enterprise 4.0 System Requirements"

 url="~/ISDataSource/Default.aspx?page=Requirements"/>

      </siteMapNode>

All times are GMT -5. The time now is 12:16 PM.
Previous Next