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
392
UltraWebTree.FindByTargetURL() doesnt work.
posted

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?

 

Parents
No Data
Reply Children
No Data