santhosh.v25
04-27-2009, 05:42 PM
Hi All
Could you help me out in coding JavaScript / Ajax for tranfering the data between 2 combo boxes,
let me explain this in a good way
i have 2 combo boxes assume left and right with multiple select, and 2 buttons for moving data ,one for left to right and other right to left
when i select few options from left combo and click the button all the selected should go into the right combo and at the same time those options shud be removed from left combo, i was doing this in server side but page was refreshing everytime, when i use this in clientside it was taking long time to move the data as i have 6000 options in left combo, can you help me in doing this.
thank you
Could you help me out in coding JavaScript / Ajax for tranfering the data between 2 combo boxes,
let me explain this in a good way
i have 2 combo boxes assume left and right with multiple select, and 2 buttons for moving data ,one for left to right and other right to left
when i select few options from left combo and click the button all the selected should go into the right combo and at the same time those options shud be removed from left combo, i was doing this in server side but page was refreshing everytime, when i use this in clientside it was taking long time to move the data as i have 6000 options in left combo, can you help me in doing this.
thank you