本文介绍了在gridview的末尾/页面末尾添加总计的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
hi
我需要在网格视图的末尾获得该列的总数,或者将其作为页面的末尾或标签添加到页面的末尾.我没有使用row_datadound事件,因为我在网格视图中是不透明的绑定.获取仅此列的总和.
hi
i need to get the total of this column at the end of grid view either as a column at the end or a label at the end of page .I am not using row_datadound event as i am direclty binding in the grid view.I need to get the sum of only this column.
<asp:TemplateField HeaderText="Invoice amount " HeaderStyle-HorizontalAlign="Center" ItemStyle-Width="100px">
<itemtemplate>
<asp:Label ID="lbInvoiceAmount" runat="server" Text='<%# Bind("NetAmount") %>'>
</itemtemplate>
非常感谢
Thanks much
推荐答案
这篇关于在gridview的末尾/页面末尾添加总计的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!