I need to create table where all rows are inside <tbody></tbody> and last row (Total with sums of columns) is inside <tfoot></tfoot>.
Can I put last row of DataTable (which is bound to the Repeater) into the footer, where I can define appropriate template?
I would suggest to sum the columns via DataTable.Compute in ItemDataBound of the Repeater.
For example(VB.NET, not tested, assuming there is a column named ‘Total’):