Hi Gang,
I'm going to use the .Net tree control to show corp structure - employees, managers, etc.
This is not just one branch deep, so, one manager could manage several managers, and those managers may have other managers/employees under them.
The data set is basic, with employee IDs and matching manager's ID.
What's the best way to write this?
I've seen examples that point to pulling both data sets then later performing the join on the in-memory tables, but are there better ways to do this, and some examples would be good.
Thanks.
I'm going to use the .Net tree control to show corp structure - employees, managers, etc.
This is not just one branch deep, so, one manager could manage several managers, and those managers may have other managers/employees under them.
The data set is basic, with employee IDs and matching manager's ID.
What's the best way to write this?
I've seen examples that point to pulling both data sets then later performing the join on the in-memory tables, but are there better ways to do this, and some examples would be good.
Thanks.