4
Reply

Assigning value to tablecell?

Mats A

Mats A

Apr 5 2011 1:25 AM
2.1k
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


Answers (4)