Assuming this is webforms,
Build your check boxes in using the microsoft standard treeview control. The
treeeview renders html so just add the required hmtl to the node text
property.
node.text = "<asp:textbox ..." + some text here;
you get the idea...

"Jay" <jerry280@yahoo.com> wrote in message
news:OpfAKzAPDHA.2248@TK2MSFTNGP11.phx.gbl...
> Hello all,
>
> We are looking for a tree view where we can select the items with check
> boxes. The view would need to go as much as 5 levels. I've seen a couple
out
> there (none with check box functionality) but I'm looking for opinions on
> which ones you've found functional and which ones to avoid.
>
> Thank you,
>
> - J
>
>