I have 3 radio buttons and 1 select control.

The select control is populated depending on which radio button is checked.

When a radio button is clicked, I call a function that will clear the select control and polutate it again with a new list of elements.

However, I am not able to clear all the elements properly.

Is there any way I can clear all the elements in a select control at one go???

Thanks