problem with Treeview
-
Hello every one i have Tree View .i made a comtext menu on treeview.This contextmenu Having option like Add New,Edit,Delete.i got this ,But problem is that for add,edit,delete i have to get the selected node of Treeview.i am not getting the things.Please tell me the way.
-
Hello every one i have Tree View .i made a comtext menu on treeview.This contextmenu Having option like Add New,Edit,Delete.i got this ,But problem is that for add,edit,delete i have to get the selected node of Treeview.i am not getting the things.Please tell me the way.
use the below code to get selected treeview node text or value For Each nodes As TreeNode In TreeView1.CheckedNodes Response.Write(nodes.Text & "--" & nodes.Value & "") Next
The miracle is this--the more we share, the more we have.