AO
Ahmed Ovais Akhter
April 8, 2003 07:33 AM UTC
Hello Rajaraman
I am afraid that you can not assign the dataset with relations directly to the treeview. Sorry for the BAD news. But what can do is that you can define a relation in the dataset and loop through the parent table make a row for each record and call GetChildRows method pass it the relation this will return u the all the related child rows now you can make the tree nodes for all these rows. and offcource if you relations for endless level you can make a method and call it recursively