In my application i am using the tree control and the data for tree is coming from server as the list of dtos.All the branch nodes are in the top level dtos and this lop level dto contains the list of sub dtos, these sub level dtos represents the leaf nodes of that branch node.
I am not able to combine as data provider for the tree control.The list here i am talking is ArrayCollection. Please can any body suggest, how to make this list as the data provider.

