Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/06/2011, 09:05
Avatar de jaullo
jaullo
 
Fecha de Ingreso: abril-2009
Mensajes: 994
Antigüedad: 15 años
Puntos: 30
Respuesta: llenar dropdownlist desde cierta fila.

Hola,

Añade la propiedad AppendDataBoundItems en True y configura el DropDown de la siguiente forma
<asp:DropDownList ID="DropDownList2" runat="server" AppendDataBoundItems="true">
<asp:ListItem Value="0">Selecciona un valor</asp:ListItem>
</asp:DropDownList>

Saludos,

Jason Ulloa.
Microsoft Community Contributor.
__________________
http://geekswithblogs.net/jaullo/Default.aspx
Si te he ayudado regalame Karma positivo!!!