I have added a comment in above thread, but looks like it dint came up to the recent discussion board threads list. so thought of adding it again.
i have looked at the above example of passing List box values from one to another. looks good.
i want one more additional feature as stated below.
i wants to acheive the 2nd point.
1.) if i select "aa" in Desc 1 then in Desc 2 list box same needs to be selected. (This functionality is already there)
2.) next if i clear all from or if i unselect "aa" from Desc 1 list box, then same thing should happen in Desc 2 list box too. so it has to clear the Desc 2 listbox, if nothing was selected in Desc 1 listbox.