473,399 Members | 3,603 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

complex TreeView

Hello,
I was searching for a good free TreeView component for ASP.Net,
but haven't found the right one. I need to build a TreeView with multiple selection (Checkboxes) when
each "subtree" may have more than one "leaf" and selection of subtree causes to all nodes in that subtree to be selected.
For instance,

[ ] Root
|---[v] Subtree 1
| |---[v] Node 1_1
| \---[v] Node 1_2
|
|---[ ] Subtree 2
| |---[v] Node 2_1
| |---[ ] Node 2_2
| |---[v] Node 2_3
| \---[ ] Node 2_4
\---[v] Subtree N
\---[v] Node 3_1

PS: sorry for my bad figure...
--
With the best wishes,
Shaul Feldman
Nov 18 '05 #1
3 1750
I use, and don't work for :)

www.powerupasp.net

Its very good, you can use templates so you can have anything in your
treenode, it creates quite small html!!

Steve
"Shaul Feldman" <sf******@writeme.com> wrote in message
news:et**************@tk2msftngp13.phx.gbl...
Hello,
I was searching for a good free TreeView component for ASP.Net,
but haven't found the right one. I need to build a TreeView with multiple
selection (Checkboxes) when
each "subtree" may have more than one "leaf" and selection of subtree causes
to all nodes in that subtree to be selected.
For instance,

[ ] Root
|---[v] Subtree 1
| |---[v] Node 1_1
| \---[v] Node 1_2
|
|---[ ] Subtree 2
| |---[v] Node 2_1
| |---[ ] Node 2_2
| |---[v] Node 2_3
| \---[ ] Node 2_4
\---[v] Subtree N
\---[v] Node 3_1

PS: sorry for my bad figure...
--
With the best wishes,
Shaul Feldman
Nov 18 '05 #2
Thanks Steve!
At a glance looks not bad at all. It's not free - that's a bummer... Well,
I'd also would like to find recourses on how it's done behind the scenes. I
know it's a recursion and tabulating, but haven't seen even once a tree view
tutorial for the web.

--
With the best wishes,
Shaul Feldman

"Steve Drake" <St***@NOSPAMDrakey.co.uk> wrote in message
news:uZ**************@tk2msftngp13.phx.gbl...
I use, and don't work for :)

www.powerupasp.net

Its very good, you can use templates so you can have anything in your
treenode, it creates quite small html!!

Steve
"Shaul Feldman" <sf******@writeme.com> wrote in message
news:et**************@tk2msftngp13.phx.gbl...
Hello,
I was searching for a good free TreeView component for ASP.Net,
but haven't found the right one. I need to build a TreeView with multiple
selection (Checkboxes) when
each "subtree" may have more than one "leaf" and selection of subtree causes to all nodes in that subtree to be selected.
For instance,

[ ] Root
|---[v] Subtree 1
| |---[v] Node 1_1
| \---[v] Node 1_2
|
|---[ ] Subtree 2
| |---[v] Node 2_1
| |---[ ] Node 2_2
| |---[v] Node 2_3
| \---[ ] Node 2_4
\---[v] Subtree N
\---[v] Node 3_1

PS: sorry for my bad figure...
--
With the best wishes,
Shaul Feldman

Nov 18 '05 #3
Its free to test, and it does come with a few examples.

Steve

"Shaul Feldman" <sf******@writeme.com> wrote in message
news:OD*************@tk2msftngp13.phx.gbl...
Thanks Steve!
At a glance looks not bad at all. It's not free - that's a bummer... Well,
I'd also would like to find recourses on how it's done behind the scenes. I know it's a recursion and tabulating, but haven't seen even once a tree view tutorial for the web.

--
With the best wishes,
Shaul Feldman

"Steve Drake" <St***@NOSPAMDrakey.co.uk> wrote in message
news:uZ**************@tk2msftngp13.phx.gbl...
I use, and don't work for :)

www.powerupasp.net

Its very good, you can use templates so you can have anything in your
treenode, it creates quite small html!!

Steve
"Shaul Feldman" <sf******@writeme.com> wrote in message
news:et**************@tk2msftngp13.phx.gbl...
Hello,
I was searching for a good free TreeView component for ASP.Net,
but haven't found the right one. I need to build a TreeView with multiple selection (Checkboxes) when
each "subtree" may have more than one "leaf" and selection of subtree

causes
to all nodes in that subtree to be selected.
For instance,

[ ] Root
|---[v] Subtree 1
| |---[v] Node 1_1
| \---[v] Node 1_2
|
|---[ ] Subtree 2
| |---[v] Node 2_1
| |---[ ] Node 2_2
| |---[v] Node 2_3
| \---[ ] Node 2_4
\---[v] Subtree N
\---[v] Node 3_1

PS: sorry for my bad figure...
--
With the best wishes,
Shaul Feldman


Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

42
by: lauren quantrell | last post by:
So many postings on not to use the treeview control, but nothing recently. Is it safe to swim there yet with Access 2000-Access 2003?
5
by: SoKool | last post by:
Can anyone point me to a site where I can get a free treeview control to use in ASP .NET or any tutorial that can help me build my own treeview control. I intend to use a treeview to generate a...
3
by: Shaul Feldman | last post by:
Hello, I was searching for a good free TreeView component for ASP.Net, but haven't found the right one. I need to build a TreeView with multiple selection (Checkboxes) when each "subtree" may have...
3
by: Peter | last post by:
Hello, We are inserting a side menu to our application using a class that is writing HTML on all our pages. This is a part of the code as an example: writer.Write(" <table WIDTH=""100%""...
6
by: L.M | last post by:
Hello, I knew how to use the treeview under VB6. After migrating to .NET, well, I'm lost. I try to add a new node, either to the same level or as a child to a selected node in the treeview....
14
by: Mr.D | last post by:
How do I save/load the contents of a Treeview to a file? I have found several good examples written i VB6, but not a single one for VB.NET. Please help. ---- Tim
3
by: George Meng | last post by:
Hi folks, I have a Treeview control in the Winform, and I want to change the text of the 5th node base on an expression: dim sObject as string = "Treeview1.Node.Items(5).Text"
8
by: Matt MacDonald | last post by:
Hi All, I have a form that displays hierarchical categories in a treeview. Ok so far so good. What I was to do is have users be able to select a node in the treeview as part of filling out the...
3
by: Malenfant | last post by:
I'm currently working on my first relatively complex C# application and I've run into some problems as to the best way to develop the interface. The design spec calls for a treeview on the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.