I am using the UltraWebTree.
newNode = tree.Nodes.Add( site.Name, site );Node poof = tree.FindByTargetURL( site.Name, false );
poof is null at this point! Perhaps there is some way I am supposed to be formatting the "URL" that I pass in to FindByTargetURL(). There must be some reason it is called that and not FindByTargetText.
I even dug into the tree structure before FindByTargetURL() is called and verified that the tree contains a Node with its text property set to the right string. It should find it but it doesnt. This is using the latest NetAdvantage 2008.3 Is it broken?