954,593 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

To drag and drop multiple listbox items from one listbox control to another

How to drag and drop multiple listbox items from one listbox asp.net server control to another in asp.net webforms

Kindly give me a solution to this problem

It's very urgent.....

Awaiting reply,

regards.....

superhuman
Newbie Poster
12 posts since Dec 2006
Reputation Points: 10
Solved Threads: 0
 

wat exactly do u want,items from listbox in one page should be available in another page or items should be transfered to the same page.if u wantt to transfer items in the same page use add function for the next datalist

greeny_1984
Posting Whiz
372 posts since Apr 2007
Reputation Points: 25
Solved Threads: 29
 

Your question is quite confusing. You want to drag and drop the listbox items from one of the web page to another web page?

arjunsasidharan
Practically a Posting Shark
826 posts since Aug 2006
Reputation Points: 347
Solved Threads: 13
 
wat exactly do u want,items from listbox in one page should be available in another page or items should be transfered to the same page.if u wantt to transfer items in the same page use add function for the next datalist



There are two listbox controls on the asp.net web page. One listbox contains data from one of the columns of a table,from the database.
In the same web page, multiple data from the listbox should be dragged and dropped to another listbox.(This should happen only in an asp.net web application and not in windows apps...Buttons should not be used for moving the listitems from one control to another)NOTE:

Data from one listbox control should be dragged and dropped into another listbox control within the same web page.

superhuman
Newbie Poster
12 posts since Dec 2006
Reputation Points: 10
Solved Threads: 0
 
Your question is quite confusing. You want to drag and drop the listbox items from one of the web page to another web page?





There are two listbox controls on the asp.net web page. One listbox contains data from one of the columns of a table,from the database.
In the same web page, multiple data from the listbox should be dragged and dropped to another listbox.(This should happen only in an asp.net web application and not in windows apps...Buttons should not be used for moving the listitems from one control to another)NOTE:

Data from one listbox control should be dragged and dropped into another listbox control within the same web page.

superhuman
Newbie Poster
12 posts since Dec 2006
Reputation Points: 10
Solved Threads: 0
 

Try using AJAX components.

hemantksh
Newbie Poster
6 posts since Jun 2007
Reputation Points: 10
Solved Threads: 0
 
Try using AJAX components.






I have used ajax and could achieve this activity by using tag
on the client side.But, the requirement is to use two listbox controls to meet the desired result.....

Could you give me a solution for the same by using listbox, an asp.net server control?

superhuman
Newbie Poster
12 posts since Dec 2006
Reputation Points: 10
Solved Threads: 0
 

Try downloading the Ajax Controll Toolkit from this site and add it as a reference.. or follow their examples and make some changes.

This is all i can come up with to help you.

arjunsasidharan
Practically a Posting Shark
826 posts since Aug 2006
Reputation Points: 347
Solved Threads: 13
 

think this l ink help you
http://www.devx.com/getHelpOn/10MinuteSolution/16372/1954?pf=true

are u looking something like this

roshanm
Newbie Poster
1 post since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

I am also trying to do the same. Dragging multiple items from a ListBox and dropping them in another ListBox.
I have gone through the comments and the link by Roshan. But it is giving info on moving items using buttons (not drag drop).

Could anyone give some pointers on how to do it?

Thanks in advance!

pranava
Newbie Poster
3 posts since Jan 2009
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You