Hi
By different reasons I must use a treeview without raising server event. Still I’m using various functions server side as renaming, moving and so on. However I’ve been not successful identifying the next node or previous node to recalculate the sort order.
My idea is to have those variables available on node drop client side, then passing those values to code behind using ASP.Net Eventtarget or Eventrgument or eventually passing the values by a textbox or similar.
But how to have the values identified? Or is there a way of identifying them code behind not fired/triggered by the treeview itself.
Sorry to admit that I’ve spend some hours to figuring this out from your documentation without success.
Best
ITMA