Using drag and drop for treeview in Web forms

How can we use drag and drop for treeview in Web forms?
It depends if you're asking for design-time drag and drop, or runtime, and what you need to drag and what you need to happen. If you're looking for client-side drag and drop, that's a JavaScript-only feature, where ASP.NET or .NET has nothing do. For JavaScript drag and drop, read: http://www.andreas-waidelich.de/content/labor/dnd.php and http://www.walterzorn.com/dragdrop/dragdrop_e.htm.

This was first published in February 2004