09-14-2012, 11:51 AM
Hi,
For me, DataTable.Value("A", "Global")=6 is working fine...
what error you are getting?
Did you create any column with column name "A"? If not just create one and run the above code.Then you won't get that error again.Because by default in datatable first column name is "A".
Reagards,
Sibi C A
For me, DataTable.Value("A", "Global")=6 is working fine...
what error you are getting?
Did you create any column with column name "A"? If not just create one and run the above code.Then you won't get that error again.Because by default in datatable first column name is "A".
Reagards,
Sibi C A