Click here to Skip to main content
15,896,318 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a web application. In form.aspx page i have 2 listboxes. I need to use drag and drop facility between these 2 list boxes as i want to move listitem from one listbox to another by mouse.

Thanks In advance
Posted
Updated 29-Mar-12 3:16am
v3

There are mainly two ways you can achieve drag and drop between two listboxes in asp.net web application.

1. You can use third party controls that is already providing it like Telerik.
2. You can use JQuery. Example is here.

Hope this help!
 
Share this answer
 
[][][][][][][][][][][]
 
Share this answer
 

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