<obout:OboutDropDownList runat="server" ID="ddl1"> <ClientSideEvents OnSelectedIndexChanged="onChange" /></obout:OboutDropDownList>
function onChange(sender, index) { alert('A new country was selected: ' + sender.options[index].text); }