I want to compute the sum of about 10 records in my SQL Server database table, then display that amount in my ASP label.
The field is BalanceDue. So, I need the total balance due for all ten records.
Any ideas?
I'm using Visual Basic.net.
View Complete Post