0
votes
votes
1 answers
Programmaticaly selecting treenode
Hi I have 2 treeview controls and i am trying to select the corresponding node in treview 2 when selecting a node in treeview 1? I have tried the following: [code] foreach (TreeNode tn in this.tvNewConfig.Nodes) { if (tn == ...
