Hello Guys,
I need to set a default value in the first column of my=20
dataTable.
I tried to do it:
foreach (DataRow rw in tblAdiantamentos.Rows)
{
rw.ItemArray.SetValue("01122003",0);
}
//set datagrid dataSource property
dgAdiantamentos.DataSource =3D tblAdiantamentos;
but when I check values in my dataTable I notice nothing=20
happen (that aren=B4t any changes)
Anybody can help me ?
Tks=20
Jean Carlo
(Brazil)