V
Vinki
hello everyone,
How can I associate a value with a tree node? I have this
TreeNode nodeFirstRecord
nodeFirstRecord = new TreeNode[dr["location"]]
How can I se the value of IndexId to the treeNode in order to retrieve the
value later
nodeFirstRecord.value = dr["indexId"], I want to do something like this
Any help will be greatly apprecaited.
How can I associate a value with a tree node? I have this
TreeNode nodeFirstRecord
nodeFirstRecord = new TreeNode[dr["location"]]
How can I se the value of IndexId to the treeNode in order to retrieve the
value later
nodeFirstRecord.value = dr["indexId"], I want to do something like this
Any help will be greatly apprecaited.