Boolean
-
9/20/2012 4:55:04 PM
Order of data from child nodes
I have the following setup:
Page 1 (Document Type A) - Child A (Document Type B) Page 2 (Document Type A) - Child B (Document Type B) Page 3 (Document Type A) - Child C (Document Type B)
I have a repeater on another page that is set to list documents only from "Document Type B". The problem is the NodeOrder for each of the "Document Type B" is 1, as they are the first node in each of their sub folders. I was hoping it would traverse down the tree and say "I found Child A first, then Child B, then Child C" but instead seems to take the NodeOrder directly from the database.
Is there a way around this?
Thanks!
|