Sitemap ASP.Net

<%@ Page Language="C#" %>


    Customizing the TreeView using Styles


    
    

                
                            Runat="server" 
                     DataSourceID="SiteMapDataSource1" 
                     nodeindent="10" 
                     font-names="Verdana" 
                     font-size="8pt" 
                     forecolor="Black">
                                        BorderColor="#888888"
                            BorderStyle="Solid" 
                            BorderWidth="1px" 
                            Font-Underline="True">
           
                                         VerticalPadding="1" 
                              BorderColor="#888888" 
                              BorderStyle="Solid" 
                              BorderWidth="1px" 
                              HorizontalPadding="3">
           
                                 Font-Names="Verdana" 
                      Font-Size="8pt" 
                      NodeSpacing="1" 
                      HorizontalPadding="5" 
                      ForeColor="Black">
           
       
    

    


File: Web.sitemap