Hi,
I'm trying to load a predefined XML-file, and then add some child nodes to one of the nodes defined in the XML-file. Is this possible?
After doing this:
this.ftvNavigator.Nodes.Clear();
this.ftvNavigator.NodeSrc = @"C:\Inetpub\wwwroot\ProdReportsV3_PL\TreeViewXMLTest\Norne_Office2003Nodes.xml";
the ftvNavigator.Nodes.Count == 0. Even in the _PreRender event, it is still zero. I've even (in my desperation) tried to force a render, by calling RenderControl, but the node count is still zero.
I hope somebody is able to shed some light on this for me
Thanks,
Trond