Hello, I'm trying to change a value in a datatable and I cannot get it working, does anyone have any ideas of why? Thank you.
DataTable table;
-- inserting values into the datatable --
table.rows[1].ItemArray[1] = null; //This is not working, I cannot assign the cell any value