Hello, I know that this question has been asked numerous times but I fail to see the relation between populating a treeview control with normalized data in two or more tables.
I seen some cases where the tree view node is populated by a list control and I have seen it created manually where each node is giving a string name.
I think what I will need to do should fairly simple...
The treeview control will only show three node options.
Treeview Layout
-------------------------------------------------------
REGION---primary node
|
MARKET----1st Child Node
|
COUNTY----2nd Child Node
The Geo Tables layout:
------------------------------------------------
REGION [RegionID] [RegionName]
MARKET [RegionID] [MarketID] [MarketName]
COUNTY [RegionID] [MarketID] [CountyID] [CountyName]
Does anybody know I may begin to populate the treeview control with the desired hierarchy?
Thank you very much!!
I seen some cases where the tree view node is populated by a list control and I have seen it created manually where each node is giving a string name.
I think what I will need to do should fairly simple...
The treeview control will only show three node options.
Treeview Layout
-------------------------------------------------------
REGION---primary node
|
MARKET----1st Child Node
|
COUNTY----2nd Child Node
The Geo Tables layout:
------------------------------------------------
REGION [RegionID] [RegionName]
MARKET [RegionID] [MarketID] [MarketName]
COUNTY [RegionID] [MarketID] [CountyID] [CountyName]
Does anybody know I may begin to populate the treeview control with the desired hierarchy?
Thank you very much!!