This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / guys, I have a data repeater in my .net project and I want to get a SUM for one colum. Does .net have some features let me do this? can repeater handle this very easily? thanks
-ningxin0809(雁影行洲);
2003-7-14
(#1285626@0)
-
data field 是不是有 formula or format 可以列一个表达式?没有试过,只是辖猜。
-win(秋天的菠菜);
2003-7-14
(#1285649@0)
-
my research: repeater is almost im possible, datagrid is possible.
-ningxin0809(雁影行洲);
2003-7-14
(#1285651@0)
-
No!
-wjiaca(WSY);
2003-7-14
(#1285773@0)
-
In the ItemDataBound event we can retrieve the DataRowView object and calculate the sum value , then show the value in the repeater footer.
-hillxie(我叫不紧张);
2003-7-15
(#1287234@0)
-
thanks, already did by this way.
-ningxin0809(雁影行洲);
2003-7-15
(#1287237@0)