Hi All, In my application am using one List , Combo box and other two List boxes(named as ABox, BBox). In the List box and combo box it contains some attributes.
when am selecting a object from comboBox, using related object am retriving some more objects using remote object and displayed within the Listboxes ABox and BBox it was working good. Here, I have List contains with different object(not related to combobox objects) for this, under List I have used a button. Now my requirement is when I select the object from List andthen click on Add(button) thenonly the object is displayed in List box(ABox and BBox). (i.e; select and click event both are raised at a time). then all the object are displayed(append) from combox objects, and list objects all are displayed in List(ABox, BBox) can any one give me some suggestions how to achieve this. Thanks in advance, --tomt

