Hi Steve,
You cannot.
To fill a treeview control you can use a dataset or a datareader.
The approach is on you, the dataset can be filled with the sqldataadapter.
However what you use, the easiest approach stays in my opinion is to fill
the treeview row by row.
Cor