I have two combo boxes. The first one has fixed data values but depending on what is selected from the first combo box I have to pick values from SQL Server and show in the second box.

Basically I want to know if we can delete and add values to a combo box through java script.

Thanks.