I have populated a table with some information from my database using arepeater. Know I want to sum the totals and display those totals at the bottomof each column. Anyone have any ideas for me.
Dan, check out this article, is shows how to have a sum column in aDataGrid.aspnet.4guysfromrolla.com/articles/020503-1.aspxIt uses the OnItemDataBound event, which the Repeater also has.
it might giveyou some ideas to accomplish this task...www.learnasp.com/.../databindingtricks.aspx