Hallo,
I have read http://stackoverflow.com/questions/1880930/easy-object-binding-to-treeview-node,
but still have unanswered question.
if an object is associated with treenode tag property, how to access that object members/properties from that treenode ?
node1 = new TreeNode();
node1.tag = object1;
//ex:if object1 has public property valueA
//How to access valueA from node1 ??