Using VB.NET 2.0 with VS2005
Hi All,
I have a sitemap driven menu on my website, I need tio be able to dynamically add the the url of each link item, so for example the element:
<siteMapNode url="Test.aspx" title="Test" description="Test" />
...needs be have its link converted to Test.aspx?ID=1 where the ID of 1 is dynamically assigned in code behind.
Can anyone tell me how to do this?
Thanks
Rick
Hi All,
I have a sitemap driven menu on my website, I need tio be able to dynamically add the the url of each link item, so for example the element:
<siteMapNode url="Test.aspx" title="Test" description="Test" />
...needs be have its link converted to Test.aspx?ID=1 where the ID of 1 is dynamically assigned in code behind.
Can anyone tell me how to do this?
Thanks
Rick