LinqDataSource - updating row with TimeStamp column
Hi,
I have a pretty standard Entity class calledUsers that contains properties such asUserId,FirstName,LastName etc and also contains aVersion property which is defined as aTimeStamp in the associated DB table.
On a web page, I have aLinqDataSource configured against it, and have enabled automatic updates, inserts & deletes.
Finally I have have aUsersGridView with theLinqDataSource as its source.
If I try to edit or delete an existing user row in the grid view, I get a message stating: "Row not found or changed"
Does theLinqDataSource supportTimeStamp properties, in relation to automatic updates, inserts & deletes?
If I drop theVersion property from myEntity class, i.e. theTimeStamp column, everything works as expected.
Anyone else seeing similar behaviour?
Thanks,
Brian.

