Hello Everybody, this is my first Post
I am using treeview & sitemap file to navigate my website. I am connecting sitemap file to treeview by using SiteMapDataSource.
I am creating sitemap file by coding. There will be no. of sitemap files each file will be of different name. Name will generate depend upon name of user who is login.
How can I connect this newly generated sitemap file to already present sitemapdatasource? There should be only one sitemap file connected to sitemapdatasource at one time.
I think I have to add a new tag in web.config file such as
<siteMap
> ----already present
<providers> ----already present
Here will my new tag.
</providers>----already present
</siteMap>----already present
If this is proper solution then how can I add new tag by coding within <providers> tag of web. confing file?
Its very urgent & thanx in advance.