tags:

views:

67

answers:

1

Hi, For example i've developed a website which contains some controls like button,treeview,etc....Then how can i drag and drop those controls....while running that application....

+1  A: 

I would go with JQuery. Here's a demo: http://jqueryui.com/demos/draggable/

The only issue would probably be saving the positions of controls.

Jonathan Parker