Pues parece que no funciona bien, este es el codigo:
Código:
Dim myReader As SqlDataReader
Dim miccommand As SqlCommand
miccommand.CommandText = "Select * FROM tbl0ItemAsset WHERE IdXNItem=' " & sel & " '"
myReader = miccommand.ExecuteReader
While myReader.Read
txtRef.Text = myReader("fldTAsset")
End While
Que estoy haciendo mal???