How can I move items from one list box control to another listbox control using JavaScript in ASP.NET?
|
4
|
|||||
|
|
|
This code assumes that you have an anchor or that will trigger to movement when it is clicked:
|
||||||||
|
|
|
If you're happy to use jQuery, it's very, very simple.
Where #firstSelect is the ID of the select box. I've included a working example here: http://jsbin.com/aluzu (to edit: http://jsbin.com/aluzu/edit) |
||||||
|
|
|
A library-independent solution:
HTML
CSS (example)
Quick test FF3 and IE6 & 7 only. |
||
|
|
|
Great script ! Thanks !! |
||
|
|
|
|
Just add other way moving. http://jsbin.com/iheke http://jsbin.com/iheke/edit |
||
|
|
|
Can anybody post a workaround for ASP.NET with ViewStates? |
||
|
|
