remove items from checkedlistbox using javascript
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
function removeAllOptions(obj)
{
if(obj!= null)
{ for(var i=0; i < obj.options.length; i++)
{ obj.remove(i);
}
}
}That should do it.
------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]