i have one treeview and 2 button i want when click on UP_button, above Node selected if i am click on DOWN_button then selection should be go down
feedback
|
|
There are some nice built in properties of the node that you can use, so for up you would use:
and for down:
| |||
feedback
|
|
From MSDN Documentation:
EDIT EDIT 2
This would move the current node one down. Please note that you have to write some more code to handle some special cases (e.g. what happens with the first node? Does it work on all levels of the tree?), but basically that's what I'd try. | |||||
feedback
|
|
try this for UP:
| |||
|
feedback
|
|
For ASP.NET Treeview:
| ||||
|
feedback
|
|
my problem solved.
| |||||
feedback
|