how i use .sitemap file in asp.net
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
1> Add .sitemap file to ur project It's an XML file... Just form tree of document as per ur requirement.... 2> Add SiteMapDataSource from Toolbox That's it... now u can use this DataSource for Menu, SiteMapPath or TreeView control... :)
-
I got this link from Google. CodeSnip: Building a Site Map with ASP.NET 2.0[^] Please don't forget to search in Google first before posting a question here.. Thanks for understanding.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)