User687464603 posted
Is it possible to change which table of the linqdatasource for updating a record in a gridview?
The reason for this is that I have a view that has to display many fields and this is coming from many tables and this is the default for the LinqDataSource. However I only need to update two fields. I know I can set the primary field in the Linq To SQL
Class desinger, but then I'd have to remember to make these changes again if I do any updates in the furture.
So would prefer is possible to change the table purely for the update and then put it back to the view afterwards.