retrieving values from a datatable

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Folks,

Can anyone tell me how i retrieve the value that is stored in the 1st row and 1st column of a datatable and then store this value in a variable.
 
somevariable = MyDataTable.Rows(0)(0)
Ev said:
Hi Folks,

Can anyone tell me how i retrieve the value that is stored in the 1st row
and 1st column of a datatable and then store this value in a variable.
 
Back
Top