how to use treeview tool in C#.net?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
there are so many child nodes in parent node. i want on the selection of child node the another form must be open.how can I do this?
-
there are so many child nodes in parent node. i want on the selection of child node the another form must be open.how can I do this?
you may use
NodeMouseClick
to handle the selection event. Calin