Hi,
I work with visual studio 2005 and infragistic volume 2 2006 asp net.
I 'm a really beginner with the controls infragistic and asp net 2.0
I'd like to have in some line how i can realize a tree:
data comes from database
i have two table
table1 (id primarey key, nom varchar(50))
table2(id primarey key, address varchar(200))
i'd like to have this result:
Primarey row => table1.Nom (parent)
secondarry row => table2.address (child)
secondary row => table2.address (other child of the SAME parent)
and so on..
Ok i can realize the t sql but how i can realize the tree
Thanks for your time
Christophe
Hello,
Please take a look at the link below:http://news.infragistics.com/forums/p/15717/57971.aspx#57971
Hope this helps.