15/07/2011, 18:38
|
| | | Fecha de Ingreso: abril-2009
Mensajes: 994
Antigüedad: 15 años, 8 meses Puntos: 30 | |
Respuesta: Dropdownlist y texbox Hola,
Creo que es mas sencillo de lo que crees te falta el Databing en ambos casos
DropDownList1.DataSource = Entidad.biomedica_hist;
DropDownList1.DataValueField = "id";
DropDownList1.DataValueField = "No_serie"; DropDownlist1.Databind();
Saludos,
Jason Ulloa
Microsoft Community Contributor |