Hello,
i have a gridview like this
name subject marks
ankit maths 20
rajesh maths 30
ankit science 50
ankit english 70
rajesh english 30
rajesh science 50
rahul english 70
i want to total the marks of each person and show in gridview.
like this
no. name total marks
1 ankit 140
2 rajesh 110
3 rahul 70