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….
For example i’ve developed a website which contains some controls like button,treeview,etc….Then how can
Share
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.