Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

Sum colunm total in repeater

  Asked By: David    Date: Aug 22    Category: Asp.net    Views: 3189
  

I have populated a table with some information from my database using a
repeater. Know I want to sum the totals and display those totals at the bottom
of each column. Anyone have any ideas for me.

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Olga Kates     Answered On: Aug 22

Dan, check out this article, is shows how to have a sum  column in a
DataGrid.
aspnet.4guysfromrolla.com/articles/020503-1.aspx

It uses the OnItemDataBound event, which the Repeater also has.

 
Answer #2    Answered By: Milind Mishra     Answered On: Aug 22

it might give
you some ideas  to accomplish this task...

www.learnasp.com/.../databindingtricks.aspx

 
Didn't find what you were looking for? Find more on Sum colunm total in repeater Or get search suggestion and latest updates.




Tagged: