I have a dynamically created TreeView and want to identify if the node is a parent or child.<BR><BR>My treeview looks like this:<BR><BR>Parent<BR>...child<BR>...child ...
I asked this a few months ago and nobody knew an answer, so I'd figure I'd try again now that we've all had more .NET experience.<BR><BR>Regularly, I have apps that use tree-structured data. .NET has ...