Código:
saludos <asp:DropDownList ID="ddlVerTodo" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged"> <asp:ListItem>item1</asp:ListItem> <asp:ListItem>item2</asp:ListItem> </asp:DropDownList>
