Using LinqDataSource in 2008 was no problem but in 2010 I am getting a error for update
[TargetInvocationException: Property accessor 'Title' on object
I notice that when you configure the datasource in the select fields to add or select all you get a whole bunch of properties
and methods othan than just the selected table fields and one of those Properties is Title but not a field in my table
To select advance to add on the update and delete features I have to select all fields and then delete all the fields
in the gridview that are not a table field ???
Any Ideas