Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/11/2013, 09:46
Fer2013
 
Fecha de Ingreso: noviembre-2013
Mensajes: 18
Antigüedad: 11 años, 2 meses
Puntos: 0
Asignar valor a DropDownList

Hola.

Estoy intentando asignar un valor a un DropDownList y obtengo el siguiente mensaje.
Código HTML:
DrowDownList.SelectedValue = Gridofertas.Rows(e.NewSelectedIndex).Cells(4).Text
El mensaje de error es el siguiente.
'DrowDownList' has a SelectedValue which is invalid because it does not exist in the list of items.

Alguien le suena este error?

Saludos y gracias.