Click to See Complete Forum and Search --> : VB.net Treeview Population


jobindaniel
October 8th, 2005, 07:26 AM
Any body tell me how to populate a treeview control from the data of a database table. My table design is as follows:.

id - autonumber

item string,

parent_id integer . -
------------------------------------------------------------------------------------------------ Parent_id is the referencing field refering to id itself of the table. This design is as per the list structure of a tree structure.

Jobin