Home - Forums-.NET - FlyTreeView (ASP.NET) - flynodeset control id in database

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

flynodeset control id in database
Link Posted: 31-Oct-2005 06:52
Hi

i'm using a flynodeset control and i have to delete,move and add some nodes.
How can i get the id (key) of the node to delete in database, I only can get the id of the tree (e.MenuItemKey)

Do you have a sample?

Thanks
Fernando Rol?o
Link Posted: 01-Nov-2005 09:26
Fernando,

Do you actually mean the FlyContextMenu instead of FlyNodeSet?
If yes, then you should use the MenuItemClickEventArgs.NodeKeyList (e.NodeKeyList) property to get the full key path to clicked node.