Estimados: Tengo este combo con el evento selectedIndexChanged pero no se dispara al cambiar el item del menú.
El código es el siguiente:
Código:
<asp:DropDownList ID="DropDownList1" runat="server"
meta:resourcekey="DropDownList1Resource1"
onselectedindexchanged="DropDownList1_SelectedIndexChanged1">
<asp:ListItem
meta:resourcekey="ListItemResource1" />
<asp:ListItem
meta:resourcekey="ListItemResource2" />
</asp:DropDownList>
y el metodo es:
Código:
protected void DropDownList1_SelectedIndexChanged1(object sender, EventArgs e)
{}
Alguna idea?