Mats A

Mats A

  • NA
  • 59
  • 28.5k

Assigning value to tablecell?

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