expand Tree view
-
Hi friends I have tree view. i want to expand and collapse it without page reload Thanks in advence Pathan
-
Hi friends I have tree view. i want to expand and collapse it without page reload Thanks in advence Pathan
use tree properties and methods tree.ExpandAll(); // to expand full tree tree.CollapseAll(); // to collapse full tree tree.Nodes[i].ExpandAll(); // to expand all sub nodes of i node tree.Nodes[i].CollapseAll(); // to collapse all sub nodes of i node tree.Nodes[i].Expand(); // to expand i node tree.Nodes[1].Collapse(); // to collapse i node
Regards, Rashida Jabeen http://www.akaas.net[^]
-
Hi friends I have tree view. i want to expand and collapse it without page reload Thanks in advence Pathan
Use Javascript on the client side to expand and collapse, or use something like the Atlas UpdatPanel.
only two letters away from being an asset