Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   Tree Manipulation - Control Recommendations? (http://www.velocityreviews.com/forums/t78756-tree-manipulation-control-recommendations.html)

Ketchup Please 05-21-2004 05:53 AM

Tree Manipulation - Control Recommendations?
 
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!



Ted Burhan 05-21-2004 07:18 AM

Re: Tree Manipulation - Control Recommendations?
 
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.

"Ketchup Please" <GoodStuff@Heinz57.com> wrote in message
news:u9zv%23fvPEHA.2976@TK2MSFTNGP10.phx.gbl...
> 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!
>
>





All times are GMT. The time now is 09:28 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57