I'd like to manually bind my DataSet to the tree. So, I am iterating over the DataRow collection, and manually creating the nodes. I'd like each node to have a reference to the corresponding DataRow. I was hoping to use the ListObject property, but it has no setter. Any other suggestions?
Consider using the Tag property of the node. This property takes any object.