I have added a data connection to grid view say "GrdCalculation". On button click say "Calulate" i am inserting data to a table in Sql server 2008. And from the same table GrdCalculation is getting data.
If the same button is prssed, then the gridview GrdCalculation should also get refreshed. How could i do that?