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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top