Home - Forums-.NET - FlyTreeView (ASP.NET) - Problem with checkboxes postback

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

Problem with checkboxes postback
Link Posted: 04-Apr-2006 22:51
I am creating a tree from an xml source: ( ftv.NodeSrc=\"tree.aspx\"; ).

Than i am adding nodes (server side): ( e.Node.Nodes.Add(dtNode); ) with checkboxes.

I am seting the checkboxes i added to check=true, When i submit the page they return Unchecked.

What am i doing wrong?

Thanks
Link Posted: 05-Apr-2006 00:25
Аs you may refer to http://www.9rays.net/forums/viewtopic.php?t=820
The same question here.

Could you please take some experiments with your code. I ask you because the provided sample page (see screenshot) works as expected.