Tree View value/text

bcorbett

Active member
Joined
Oct 16, 2006
Messages
27
Programming Experience
Beginner
I am populating a Tree view with a Query.
Right now I setting the Node to the Description of the item that is being returned from the Table. But when the user clicks on the Item I want to pass the unique ID for that item to the Subrountine that handles the click event of that node.

Basiclly I wan it to work like the DropDown Control. get the Selectvalue instead of the diplayed value. That make since. Thanks for any help.
 
Back
Top