Can anybody explain How will we write script for executing particular record from runtime datatable?
Can anybody explain How will we write script for executing particular record from runtime datatable?
DataTable.SetCurrentRow(i) where "i" is the record/row number from the data table.