First I select a datarow using:
and the edit it withCode:datarow[] rowtochange = datarow.select["ID = "+variable];
the data runs without error, and yet no data gets changed.Code:rowtochange.beginedit(); rowtochange[0]["column_1"] = ... ; . . . rowtochange.endedit(); rowtochange.acceptchanges();
why is this?
using .net 3.5




Reply With Quote