Initialise a data row and type

@rohangroombridge

Create one variable of type System.Data.DataRow and say ‘dataRow’.

       dataRow = yourDT(0)

Here, we are assigning first row from DataTable.

3 Likes