17/12/2011, 00:42
|
| | Fecha de Ingreso: noviembre-2002 Ubicación: DF
Mensajes: 1.056
Antigüedad: 22 años Puntos: 37 | |
Respuesta: opcion "selecciona" en el combobox <asp:DropDownList ID="cboAnioNacimiento" runat="server" Width="64px" AppendDataBoundItems="true" AutoPostBack="True" CausesValidation="True">
<asp:ListItem Value="">Seleccione</asp:ListItem>
</asp:DropDownList>
y listo, el databind respetara el primer elemento |