Ver Mensaje Individual
  #12 (permalink)  
Antiguo 17/11/2012, 13:57
Avatar de jesmi89
jesmi89
 
Fecha de Ingreso: agosto-2008
Ubicación: Bello - Antioquia
Mensajes: 47
Antigüedad: 15 años, 9 meses
Puntos: 0
Respuesta: Ocultar o hacer visible un control Panel

mira es este

Código ASP:
Ver original
  1. <asp:ListBox ID="ListBox1" runat="server" Height="23px"
  2.                                         Rows="1" AutoPostBack="True">
  3.       <asp:ListItem>Seleccione...</asp:ListItem>
  4.       <asp:ListItem>Petición</asp:ListItem>
  5.       <asp:ListItem>Queja</asp:ListItem>
  6.       <asp:ListItem>Reclamo</asp:ListItem>
  7.       <asp:ListItem>Sugerencia</asp:ListItem>
  8. </asp:ListBox>