Wednesday, March 21, 2012

DataRowState

After loading an Excel spreadsheet into a DataTable, how do I programatically change the DataRowState from .UnChanged to .Added?

Thanks,

DJ

Wrong Forum. Better ask on the .NET forums.

But I remember it is only possible if you use .NET 2.0; In .NET 1.1 you can't able to set it explictly..