Rajveer Singh

Rajveer Singh

  • NA
  • 74
  • 7.7k

C# How to display total in database gridview

Sep 30 2015 6:15 AM
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)