J
Jeff
hi
asp.net 3.5
I have a generic collection where each item can contain 0 - n subitems
(where again each subitem can contain 0 - subitems)
So I was thinking about how to display this data on a webpage.
Right now I'm thinking about using a reapter control. and for each row in
the reapeater control use a treeview control...
is that a good approach? what do you suggest?
asp.net 3.5
I have a generic collection where each item can contain 0 - n subitems
(where again each subitem can contain 0 - subitems)
So I was thinking about how to display this data on a webpage.
Right now I'm thinking about using a reapter control. and for each row in
the reapeater control use a treeview control...
is that a good approach? what do you suggest?