Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends
I am new to this topic.How to drag and drop the instance of the html and server controls using jquery or javascript.

Can any one help me to solve this problem.Its urgent.

Thanks
Posted

1 solution

Here, have a look at samples of drag and drop:
Using jQuery:
Draggable[^]
10 Easy jQuery Drag and Drop Plugins[^]

Using HTML5:
HTML 5 Drag & Drop Basics[^]

Try out and post specific issue if you face.
 
Share this answer
 
Comments
keerthana.k 4-Jan-13 0:54am    
Hi Sandeep Mawara

I need controls not for div. for example a panel contain label, text box, drop down list.These control are drag and drop to the another panel only the copy of the controls are moved to this panel.
Sandeep Mewara 4-Jan-13 1:30am    
Yes. Above links apply for control drag-drop too.

For drag-drop, you need to define two div regions where controls will be dragged and dropped to.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900