Get Info from DataTable

@Charly-Moreno

Datatable can be access using variablename.Rows(0)(“ColumnName”).ToString this will give first row and the given column names value..change 0 to any number based on which row you need and column name based on which column you need

cheers