Hi,
I want to create a tree view control having datasource as a web.sitemap file. Now some of the nodes in the tree when clicked should open the exact same page. However, asp.net does not allow you to create a web.sitemap file having multiple entries with same url. The solution that I applied was to copy the common aspx file into multiple differently named directories so that the url points to a copy of the same file. This way I am able to create a sitemap where multiple nodes lead to the same page. Is there a better solution? Because it is cumbersome maintaining different copies of the same file.
Thanks sandy
you can also simply add a querystring to the URL as a simple workaround ;)
0 comments:
Post a Comment