B
Bassem
Hi to all...
Thanks for the help...
I want to get the value of the column of dataset into array, but I get this bug.
"Cannot apply indexing with [] to an expression of type 'object'" when biuld.
The code I used to populate the array is:
ColumnNo = from 0 TO count of columns.
AllColumns[ColumnNo] = dataSet11.EmployeeSalary.Columns[ColumnNo][1];
Thanks for the help.
Thanks for the help...
I want to get the value of the column of dataset into array, but I get this bug.
"Cannot apply indexing with [] to an expression of type 'object'" when biuld.
The code I used to populate the array is:
ColumnNo = from 0 TO count of columns.
AllColumns[ColumnNo] = dataSet11.EmployeeSalary.Columns[ColumnNo][1];
Thanks for the help.