How to update a summary datagrid when I update a record of a datagrid detail?

0

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.

    
asked by Kevin Narvaez 23.05.2018 в 19:36
source

0 answers