Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/07/2009, 01:34
Avatar de Fuzzylog
Fuzzylog
 
Fecha de Ingreso: agosto-2008
Ubicación: En internet
Mensajes: 2.511
Antigüedad: 16 años, 5 meses
Puntos: 188
Respuesta: problema ASP.NET como pasar datos de un dropdownlist a un textbox o label

Asocia al textbox un label y haz algo así como:

label1.text = DropDownList1.SelectedValue.toString();