Razeeth
Posts: 1
Nickname: razeeth
Registered: Jun, 2005
|
|
Re: Populating Tree and List Views
|
Posted: Jun 30, 2005 5:43 AM
|
|
As u r decided to show the things in tree view, u will have nodes with some nodes , again nodes with some nodes untill u get the leaf nodes. so there will be a repeated set of same structure when u browse in a tree control from the same tree level. have the data for the tree in the data base as heirarchial one and when u expand the tree, get the correponding details from the database and update the view.
did i understand your question correctly, if not correct me.
------- Razeeth
|
|