[RESOLVED] How do I subtotal a datagrid column? (VB.net 2008)
Hi gurus:
I'm pulling the data from a database (via dataset) and presenting in a Datagridview.
I need to have a column to display the total of “amount” column.
How can I do this? Any full examples you can share with me?
This is not for ASP.NET but for VB.NET 2008.
1 Attachment(s)
Re: How do I subtotal a datagrid column? (VB.net 2008)
Here is a small example I was given when I needed to do something og this sort. It display the total in a textbox though not a column. Hopefully it will get you on the right track.
Attachment 85288
Re: How do I subtotal a datagrid column? (VB.net 2008)
Quote:
Originally Posted by
CoachBarker
Here is a small example I was given when I needed to do something og this sort. It display the total in a textbox though not a column. Hopefully it will get you on the right track.
Attachment 85288
:thumb:
Thanks a billion CoachBarker...this is the ideal expected answer......suggestion with a code (example) what more can I ask for!!! Again thanks!