It is always a good practice to implement some navigation system for a website that has more than one web page.ASP.net implements various navigation controls includingSitemappath ,TreeView,Menu.All these three controls use SiteMapDataSource which fetchs data from either xml file called web.sitemap through xmlSiteMapProvider or from database through custom sitemap provider.Implement a Sitemap with
↧