I have dropdown on my page, I am changing selected value of dropdown from popup window using javascript. I have some logic in dropdown SelectedIndexChanged event, so I need
yeah...i think what Canavar said will work but it will have to look like this
document.getElementById('<%=yourDropdown.ClientId%>').onchange();