Hi, this is my code:

Dim datarow1 as DataRow

datarow1 = DataSchema1.Clientes.NewRow()
datarow1 = DataSchema1.Clientes.Select("IdCliente=IdClienLabel.Text)
NombreCliente.Text = datarow1("Nombre").ToString

And the DataSchem....select... line gets underlined in blue and it says that "a value of type '1-matrix dimensional of System.Data.DataRow' can't be converted to '2' "

Any clue? Thanks heaps!!