I have a gridview where I use a LINQDataSource to retrieve my data and populate the grid. I checked the 3 checkboxes allowing the linqdatasource to handle my inserts, deletes, updates, thus creating the Edit, Delete, Select hyperlink on the very first column of the grid. When I click on "Update" once I'm in EditMode, where or how does the "SubmitChange() get called from?
Read More...