Ask a Question related to ASP.NET General, Design and Development.
-
Alvin Bruney #1
Re: Tree View
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...out> 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> 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
>
>
Alvin Bruney Guest
-
Add web controls to tree view webcontrol
Hi we are using VS2005 beta 2 and the new tree view control. I have added 3 radio buttons (html controls) to every node as the node text, but... -
Tree View in ASP.net
Hi, I want to develop a tree structure in ASP.net .The tree should be expandable with the child linking to some .aspx pages. How do i do it in... -
CXtra Tree View
Hi... I've started to use TreeView for the project that i'm doing....but i want to know how to use the treeview to collapse an expanded node. The... -
Tree like View
Hi there anyone knows of a good way of coding an explorer-style tree (files drives and dirs). Or are there FREE Xtras that do this? -
Tree View Web Control
Hi, Any one can suggest a good tree view web control. There are so many available, just don't want try them out within short time line. I need...



Reply With Quote

