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?