Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4110
Node.NavigateURL duplicates the target folder.
posted

On my Master Page I have a WebDataTree with static Parent Nodes and I dynamically load the Child Nodes from a dataset. When populating the NavigateURL property the first tim around, the path is fine (ex: ~/_ChildFolder/mywebpage.aspx). When I click on a node, thus causing a postback, the target page loads just fine, however, when I go to click on the menu at that point, the folder name has been duplicated, so it is now ~/_ChildFolder/~ChildFolder/mywebpage.aspx....I have stepped through the entrire codebehind one step at a time and nowhere can I find where this is happening. My version is NetAdvantage ASP.Net v10.1. Please don't suggest I upgrade to 10.3 because I can't. Is this a known issue and/or has anyone observed this before?

 

Parents
No Data
Reply
  • 8736
    posted

    Hello,

    In order to look in to this, I would appreciate if you can provide me with the mark up of the tree as well as the approach (code)  you are using to add nodes. 

    Thanks,

    Bhadresh

Children