Can anyone tell me why this:
Leads to this:
RowNumbers assigned value is 4, why is it not grabbing row 4 column 2 from the datatable? Is there another way to do this?

Can anyone tell me why this:
Leads to this:
RowNumbers assigned value is 4, why is it not grabbing row 4 column 2 from the datatable? Is there another way to do this?
Nevermind y'all, it turns out that I had to convert the RowNumber to a number first as it was stored as a different data type.