All-Star
53691 Points
24031 Posts
Jul 16, 2020 11:54 AM|mgebhard|LINK
Simply, you are not using the GridView as intended. Remove the auto post back events and use the GridView's update button to update the record.
https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.gridview?view=netframework-4.8
All-Star
53691 Points
24031 Posts
Re: Problems with Update from DataGrid
Jul 16, 2020 11:54 AM|mgebhard|LINK
Simply, you are not using the GridView as intended. Remove the auto post back events and use the GridView's update button to update the record.
https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.gridview?view=netframework-4.8