Hi All,
There are two ItemList Boxes Say( A,B). I selected an item from List A and once I click on Button the selected item gets added to List B. But I want the selected item to be removed from List A once it gets added to List B.I tried the removeelement but did not work.
wdcontext.nodeA.removeelement(element name);
Also when i select an element in List B and try to remove, always first element is getting selected and removed. Here, i used the above removeelement(element name). The lead selection is always set to 0. I am not able to change leadselection even after selecting other elements. Please help me regarding these two issues.
thanks,
Nooruddin