I need your support with the following:
I have an asp.net project in c #, in the project I have two datagridview, a detail datagridview and a summary datagridview, what I need is to update a record in the datagrid detail and then update the summary datagrid record.
Within the event RowUpdating I do the whole process of updating at the database level, both records of the tables of the bd are updated the problem is that if I do not do f5 on the page it does not show the updated data table summary.