El código es el siguiente:
Código:
y el metodo es: <asp:DropDownList ID="DropDownList1" runat="server"
meta:resourcekey="DropDownList1Resource1"
onselectedindexchanged="DropDownList1_SelectedIndexChanged1">
<asp:ListItem
meta:resourcekey="ListItemResource1" />
<asp:ListItem
meta:resourcekey="ListItemResource2" />
</asp:DropDownList>
Código:
Alguna idea? protected void DropDownList1_SelectedIndexChanged1(object sender, EventArgs e)
{}


