C
Carlos
Hi all,
I have 2 asp .net 2.0 projects currently being developed. One is in
VB .Net and the other in C#. In the VB .Net project I can cross-reference
a datatable object using the datatable.rows.item(i).item(j) , but in the
C# project I can not do it. That is, I do get:
error 'System.Data.DataRowCollection' does not contain a definition for
'Item'
They are running under the same development evironment. (i.e. Asp .Net 2.0)
Does anyone know what can be happening?
Thanks,
Carlos.
I have 2 asp .net 2.0 projects currently being developed. One is in
VB .Net and the other in C#. In the VB .Net project I can cross-reference
a datatable object using the datatable.rows.item(i).item(j) , but in the
C# project I can not do it. That is, I do get:
error 'System.Data.DataRowCollection' does not contain a definition for
'Item'
They are running under the same development evironment. (i.e. Asp .Net 2.0)
Does anyone know what can be happening?
Thanks,
Carlos.