how to set the selected index for web combo in javascript.
am using below code:
var combo= igcmbo_getComboById("<%=wcProducts.ClientID%>"); combo.setSelectedIndex=-1;
but its not working pls help me