Instead of using like this “resultDT.Rows(rowInx_DT1).Item(“Status”)”
like this one right
if i have no column header then i can pass index value resultDT.Rows(rowInx_DT1).Item(4) to assign activity getting error.
Please check the number of columns in datatable first. You can do that in immediate panel using datatable.Columns.Count
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.