17
Answers

C# How to display total in database gridview

Photo of Rajveer Singh

Rajveer Singh

9y
608
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)

0
Photo of Shweta Lodha
NA 15.7k 879.6k 10y
Hello RayMir Sor,
A very nice article on integration is available on MSDN:
https://code.msdn.microsoft.com/Getting-Started-Windows-c0d4a596

Please have a look.