DataRow dr = (DataRow)ds.Tab les[0].Rows[1].ItemArray;
Error 1 Cannot convert type 'object[]' to 'System.Data.Da taRow' C:\Documents
and Settings\Fabio\ Meus documentos\Visu al Studio
2005\Projects\C odBarraPalm\Cod BarraPalm\Defau lt.aspx.cs 35 26 CodBarraPalm
?
why this error trying to get the contents of a row on a DataSet?
Error 1 Cannot convert type 'object[]' to 'System.Data.Da taRow' C:\Documents
and Settings\Fabio\ Meus documentos\Visu al Studio
2005\Projects\C odBarraPalm\Cod BarraPalm\Defau lt.aspx.cs 35 26 CodBarraPalm
?
why this error trying to get the contents of a row on a DataSet?
Comment