iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
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 title="Trial Product" url="~/TrialProduct.aspx">
<siteMapNode title="Unsubscribe" url="~/Unsubscribe.aspx">
<siteMapNode title="Live Demo" url="~/LiveDemo.aspx">
<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 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 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"/>
As I mentioned before, I am using the provided sample BindToSiteMapDataSource.aspx and modifed the data binding snippet the project is deployed to TreeView2009 virtual directory. In my test clicking the node "Online Demo" will open a new window with the address http://localhost/TreeView2009/LiveDemo.aspx?pid=78
Attached is the modified sample.
In my test by modifying the data binding settings on the BindToSiteMapDataSource.aspx sample to:
<ISWebTreeView:WebTreeViewNodeBinding DataMember="SiteMapNode" TextField="Title" NavigateURLField="Url" Target="_blank" />
Clicking the node will correctly redirect the page to the corresponding page. For example clicking the [Live Demo] node will open a new window for http://localhost/TreeView2009/LiveDemo.aspx. The project is deployed to the Treeview2009 virtual directory.
Which WebTreeView and WebUI Framework version and build number are you using? Have you update the assembly to the latest version and build number?
I tried the _blank it opens in new window with the following link http://localhost/~/tms/xxx.aspx. I tried to bind with sitemapdatasource with the web.sitemap file.
Please help me with the web.sitemap same xml format. where the navigateurl is the following format
not the format used in other xml file like withour the ~/
Can you post the full code so i can download and test it.
I am using the latest version 3.0.5000.1
3.0.5000.1
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname