Hi Gurus
I have a data table DT type DataTable with 4 columns and DTRow type DataRow .
COL1 COL2 COL3 COL4
TEST1 REASON 1 2
TEST2 FAILED 1 2
TEST3 SUCCESS 4 6
When i do the assign
DTRow = DT.Select
Its giving me error assign faulted
“message”: “System error at initialization: Object reference not set to an instance of an object. at Source: Anonymously Hosted DynamicMethods Assembly”,
What is wrong with the assign part of this
Regards