Home - Forums-.NET - FlyTreeView (ASP.NET) - move nodes on the server side

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

move nodes on the server side
Link Posted: 20-Nov-2007 06:23
Hi.

How do I reparent a node (i.e. move the node) on the server side? I can see a method in the client javascript code but no method server side.

Dave
Link Posted: 20-Nov-2007 07:25
Just node.Remove() to remove from one parent and then Add(..) Insert(..) for other node.ChildNodes