I want to select all the items in listbox. Here iam using listbox1.selectAll() for selecting all items. And for Deselecting all items in a listbox iam using listbox1.selecteditems.clear(). thats working perfectly
Now i want to do validations like if i select all items by using listbox1.selectAll() and then if i select one item in listbox all selected items selection is going off and the radio button still showing the selectall is checked.But i dont have all items selected in a listbox. How to do that. Any suggestion plz.