Asp.Net Web.SiteMap SiteMapNode Example, SiteMap Sample Web.sitemap in ASP.Net C# </siteMapNode> </siteMap> Tutorials

<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
    <siteMapNode url="Index.aspx" title="Home"  description="Home Page">
      <siteMapNode url="SportNews.aspx" title="Sports" description="Sports News">
        <siteMapNode url="BreakingNews.aspx" title="Breaking"  description="Breaking News" />
        <siteMapNode url="WorldNews.aspx" title="World"  description="World News" />
        <siteMapNode url="BussinessNews.aspx" title="Bussiness"  description="Bussiness news" />
        <siteMapNode url="TopNews.aspx" title="TopNews"  description="Top News" />
      </siteMapNode>
      <siteMapNode url="DataToolBox.aspx" title="DataToolBox" description="DataToolBox controls">
        <siteMapNode url="ListViewExample.aspx" title="ListView"  description="ListView Example" />
        <siteMapNode url="GridViewExample.aspx" title="GridView"  description="GridView Example" />
      </siteMapNode>
      <siteMapNode url="NavigationToolbox.aspx" title="Navigation Toolbox" description="NavigationToolbox controls">
        <siteMapNode url="MenuExample.aspx" title="Menu"  description="Menu Example" />
        <siteMapNode url="SiteMapPathExample.aspx" title="SiteMapPath"  description="SiteMapPath Example" />
        <siteMapNode url="TreeViewExample.aspx" title="TreeView"  description="TreeView Example" />
      </siteMapNode>
    </siteMapNode>
</siteMap>
Tags: ,
Hot on Web:


About author