Home - Forums-.NET - FlyTreeView (ASP.NET) - I can't do that easy way like your sample

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

I can't do that easy way like your sample
Link Posted: 14-Nov-2005 10:55
Hello all,

I'm trying to do a simply activities but I can't found any useful sample at your attach sample files.

I'm shows the ftvClass at first and it include checkbox.
When user check the checkbox, it can add an new item to an listbox.
If user click submit, it can send info to server.

How can I do that ?


Thanks !
Link Posted: 15-Nov-2005 00:17
Do you actually mean that you need to parse checked nodes at client side and dynamically (without postback) fill some listbox that needs to be parsed after postback?
If yes, then you should just loop through the Nodes collection of client-side treeview and its child nodes to get the checked nodes. Or you should handle the ONCHECKED and ONUNCHECKED node events (see samples) in order to get the checked and unchecked nodes.