-
I need to fill a text box with a value from my treeview control. The problem is I only want the text box to fill with a clicked value for only a certain level of the treeview control, not them all. What would be the easiest way to determine what level of the treeview the user has clicked?
-
Can't you just put some validation in the nodeclick event? I do something similar (re populating a text box) but pop the textbox with the root value of a branch no matter what node on that branch the user has selected. (Tree shows system DSN's available to user, where root is the DSN Name and other nodes off that is extra info about that connection)