
i have this table named general
i want to update recover amount column using ac no in where clause..
value of recover amount will be total of a grid view which is below..
table1(gridview)
sl.no name salary
1 raj 1000
2 aman 1200
3 khan 900
4 jammy 1100
total 4200
i have already calculated total of this gridview using rowdatabound event..
now i want to update recover amount column with total of this gridview in where clause field will be ac no
please tell the necessary steps.