Tree Manipulation - Control Recommendations?

K

Ketchup Please

I need to provide a view of hierarchical data to the users who need the
ability to subsequently do the following:
(1) add additional nodes (root and non root nodes);
(2) arrange the nodes (drag and drop existing nodes to rearrange the tree)
(3) specify a short bit of text that will be displayed with each node.

After the user does all that, I need to then save it all to a database for
subsequent retrieval and manipulation in later sessions.

I'd appreciate any recommendations for controls that would provide much of
the functionality described.

Thanks!
 
T

Ted Burhan

I'm not sure if the IETreeView control could achieve what you're trying to
do, but it might be worth having a look.
Just go to www.asp.net control galleries and browse through the navigation
controls.

As an alternative though, you could easily create a custom control that
perhaps derived from the Xml WebControl
and use a predefined XSLT file/object. I have done something similar to this
in the past and it was not overly complicated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top