Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/12/2010, 16:29
derebus
 
Fecha de Ingreso: diciembre-2010
Mensajes: 28
Antigüedad: 13 años, 5 meses
Puntos: 2
Respuesta: Help!! Atributos de dropdownlist

Intenta con el AppendDataBoundItems="true"

<asp:DropDownList ID="dplRangoEdad" runat="server" AppendDataBoundItems="true" CssClass="caja" Width="145px">
<asp:ListItem Value="0">--Seleccionar--</asp:ListItem>
<asp:ListItem Value="1">Adulto</asp:ListItem>
<asp:ListItem Value="2">Joven</asp:ListItem>
<asp:ListItem Value="3">Niño</asp:ListItem>
</asp:DropDownList>

http://geeks.ms/blogs/lruiz/archive/2007/03/05/asp-net-2-0-la-propiedad-appenddatabounditems.aspx