System.Data.Linq.ChangeConflictException: Row not found or changed

后端 未结 19 2763
生来不讨喜
生来不讨喜 2020-12-07 22:21

I am trying to delete a selected gridview row using LINQ (No LINQDataSource).

When the selection is changed, the detailsview binding is changed also. I can add a new

19条回答
  •  执笔经年
    2020-12-07 23:07

    I had similar changeconflictexception/"Row not found or changed" when updating a row. Solved it by re-adding the tabbles in the dbml.

提交回复
热议问题