hi
in Web.sitemap =>
<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode title="Home" url="Default.aspx">
<siteMapNode title="info Base" url="">
<siteMapNode title="Provinces" url="~/AppUsers/addProvince.aspx"/>
<siteMapNode title="Cities" url="~/AppUsers/addCity.aspx" />
<siteMapNode title="Sender" url="~/AppUsers/addFactory.aspx" />
<siteMapNode title="NMP" url="~/AppUsers/addRepresentation.aspx"/>
</siteMapNode>
and in web from =>
<telerik:RadMenu ID="RadMenu1" runat="server" DataSourceID="RadSiteMapDataSource1" Skin="Web20" > </telerik:RadMenu>
<telerik:RadSiteMapDataSource ID="RadSiteMapDataSource1" runat="server" ShowStartingNode="false" />
but when i see menu , menu show title and url . i wana to show title only in menu
show picture ( attach pic )
in Web.sitemap =>
<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode title="Home" url="Default.aspx">
<siteMapNode title="info Base" url="">
<siteMapNode title="Provinces" url="~/AppUsers/addProvince.aspx"/>
<siteMapNode title="Cities" url="~/AppUsers/addCity.aspx" />
<siteMapNode title="Sender" url="~/AppUsers/addFactory.aspx" />
<siteMapNode title="NMP" url="~/AppUsers/addRepresentation.aspx"/>
</siteMapNode>
and in web from =>
<telerik:RadMenu ID="RadMenu1" runat="server" DataSourceID="RadSiteMapDataSource1" Skin="Web20" > </telerik:RadMenu>
<telerik:RadSiteMapDataSource ID="RadSiteMapDataSource1" runat="server" ShowStartingNode="false" />
but when i see menu , menu show title and url . i wana to show title only in menu
show picture ( attach pic )