Home - Forums-.NET - FlyTreeView (ASP.NET) - How to get the target node in OnInsertCallbackNodesFromValue

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

How to get the target node in OnInsertCallbackNodesFromValue
Link Posted: 05-Sep-2009 04:14
Hi, we handle InsertCallbackNodesFromValue event and do server-side operations when draged object inserted, now how we can get the target node(the parent node where the object draged under it) in that function?
Link Posted: 06-Sep-2009 20:25
InsertCallbackNodesFromValueEventArgs contains ParentNode property.
Link Posted: 08-Sep-2009 08:05
This is what I'm looking for...thank you.