How to display TOTALS on a Repeater's FooterTemplate?
I have a repeater that displays an AMOUNT column, I was wondering if there is a way to use the Repeater Footer to display the totals? Something like SUM(Eval("Amount")). Can that be done on the FooterTemplate?