Hello, I m using typed data adapter with ASP.NET 2.0 before. For each datarow we have a RowState (DataRowState.Modified, DataRowState.Added, etc.) which is handy to indicate which row is updated. Do we have similar thing in Linq or some alternate way to archieve that? Cheers, Elton
Read More...