Ver Mensaje Individual
  #10 (permalink)  
Antiguo 22/06/2009, 11:40
boluart
 
Fecha de Ingreso: enero-2007
Ubicación: Tingo María - Perú
Mensajes: 399
Antigüedad: 17 años, 3 meses
Puntos: 13
Respuesta: consulta sobre un combobox

haber prueba con esto:


Código:
 
Dim row As DataRowView = CType(Me.ComboBox1.SelectedItem, DataRowView)
ForEach obj AsObjectIn row.Row.ItemArray
if not obj is nothing and not obj is dbnull.value then
MessageBox.Show(obj.ToString())
end if
Next
__________________
Vivir para ser buenos y ser buenos para servir mejor.