ASP Net Controls ASP.Net Tutorial

<%@ Page Language="C#" %>
 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">


    TreeView Site Map


    
    

            id="TreeView1"
        DataSourceID="srcSiteMap"
        Runat="server" />
            id="srcSiteMap"
        Runat="server" />
    

    


File: Web.sitemap

  url="Default.aspx"
  title="Home"
  description="The Home Page">
      url="Products/Default.aspx"
    title="Our Products"
    description="Products that we offer">
          url="Products/FirstProduct.aspx"
      title="First Product"
      description="The description of the First Product" />
          url="Products/SecondProduct.aspx"
      title="Second Product"
      description="The description of the Second Product" />
  
      url="Services/Default.aspx"
    title="Our Services"
    description="Services that we offer">
          url="Services/FirstService.aspx"
      title="First Service"
      description="The description of the First Service"
      metaDescription="The first service" />
          url="Services/SecondService.aspx"
      title="Second Service"
      description="The description of the Second Service" />