I tried this,
document.getElementById('<% = ListBox1.ClientID %>').options.length = 0;
what this does is clear my items of my listbox.. I simply want to unselect the selected items.. Any suggestion...
I tried this,
document.getElementById('<% = ListBox1.ClientID %>').options.length = 0;
what this does is clear my items of my listbox.. I simply want to unselect the selected items.. Any suggestion...