Site Map Provider
ASP.NET
2
Posts
2
Posters
1
Views
1
Watching
-
Hello, In my Web.Config file I created the following: How can I use this SiteMap provider in my page's VB.Net code? Thanks, Miguel
You will use it like this: MySiteMapDataSource.Provider = SiteMap.Providers("ProviderName")
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.