Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi friends
i am new to this topic, can any one help me. how to drag the instance of the controls in html using javascript or jquery.
for example
i have a panel,that panel contain label , text box ,drop down list. that contols are drag and drop the another panel but only the copy of the controls moved to this panel.
I need html controls only
Posted
Updated 3-Jan-13 0:23am
v5

There is no .NET controls on the client side. There's just HTML. There's tons of articles on drag and drop in HTML, and you need an article to understand this.
 
Share this answer
 
you can refer to this article,

Drag And Drop - Clone

This may be helpful.
 
Share this answer
 
Comments
keerthana.k 3-Jan-13 5:31am    
i saw this link.
i need for html controls . it works only for div.
ramukhsakarp 6-Jan-13 23:34pm    
try this link:
Note: drag the color and drop in cart.
http://jsfiddle.net/rCVC3/1/

You can't drag a control directly instead you can use a "handle" to drag any html controls.

Reply if You find this link useful.

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