Question loading treeview with single table in database

ameya_amu

Member
Joined
Sep 21, 2006
Messages
5
Programming Experience
Beginner
hello,


i am using sql 2008 and vb.net 2008 and my hierarchy table structure is as follows

id bigint
grioupname varchar(100),
uid bigint,

i want to show this in treeview can any one help me out with code to do so,


Thank you,
 
Back
Top