i have two tree view controls .
I have to drag one node from one tree view and drop it to another tree view such that item that is dragged remains in its original place(from where it is being dragged and should also move to position where it is being dragged) so actually items are drag copied.I have implemented it in window form but there are no event handlers of drag .drop. move in asp.net of tree view control .
i want functonality of this type
http://ashishware.com/Dojo_Copy.shtml
please throw some light asap with working demo if possible
note hosting windows form in asp.net won't solve my problem as there is problem of security in it
kindly reply