Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/07/2011, 18:38
Avatar de jaullo
jaullo
 
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
__________________
http://geekswithblogs.net/jaullo/Default.aspx
Si te he ayudado regalame Karma positivo!!!