Hi,
I have a listview and would like to calculate a running total of values. every dataitem that I have bound to my listview, has an "amount". on ListView1_ItemDataBound, I would like to get the data item's "amount" value, but I cannot find how to access the item.
This is kind of similar, i think, except I want a running total, not a total at the end.
http://stackoverflow.com/questions/212048/displaying-totals-in-the-listview-layouttemplate#212308