E
Erick
Can some one help me with loading a treeview in asp.net 2.0
I have a table with records and each record has a column that has a
value which points to the parents record id.
All examples i have seen on the internet load the top node and then
call the database again once a node is clicked.
I would like to load the entire table into a tree view.
I'd rather not have to go through using an xml file.
Does anyone have the code for filling the tree view completely?
Do the records in the referencing table need to be in a specified
sequence ?
Do you need to use treeview1.findnode. Is this a slow method and how
is it used ?
thanks.
I have a table with records and each record has a column that has a
value which points to the parents record id.
All examples i have seen on the internet load the top node and then
call the database again once a node is clicked.
I would like to load the entire table into a tree view.
I'd rather not have to go through using an xml file.
Does anyone have the code for filling the tree view completely?
Do the records in the referencing table need to be in a specified
sequence ?
Do you need to use treeview1.findnode. Is this a slow method and how
is it used ?
thanks.