Hi all,

I need to clear all selections in my listbox on a particular event and I used following code to do so.

departmentsListBox.ClearSelected();

But this is not working fine. One item is remain selected in the listbox. I need to clear all the selections.

Any ideas ??

Thanks