michaelwpayton
Posts: 18
|
| Posted: 03/18/2007, 12:17 PM |
|
Other than the simple "directory" examples, could anyone help me to in dealing with seriously hierarchical data structures using CCS? For example, has anyone had any experience with, say, 4 or 5 deep presentation/naviagation, integrating 3rd party tree controls, using custom code in this regard, etc?
|
 |
 |
ReneS
Posts: 225
|
| Posted: 03/19/2007, 1:51 AM |
|
Hi,
If you know how deep you want to go, say 5 levels, then probably the easy way is to solve it in database with a recursive join.
Take a look at this one: http://www.sqlteam.com/item.asp?ItemID=8866
Good luck,
Rene
|
 |
 |
michaelwpayton
Posts: 18
|
| Posted: 03/19/2007, 6:51 AM |
|
Thanks, I'll take a look :)
-Mike
|
 |
 |
|