17
Answers

C# How to display total in database gridview

Rajveer Singh

Rajveer Singh

9y
607
1
I have created a database.. i have created a column for "Donations"
in my web form i would like to display the total amount of donations.
how can i do that? and my datatype for "Donation" column is INT
Example: First row is 2000, Second row is 3000
So i want to display the total which is 5000. How can i do that?
Answers (17)