|
-
Aug 7th, 2011, 12:37 PM
#1
Thread Starter
New Member
[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.
-
Aug 7th, 2011, 01:20 PM
#2
Frenzied Member
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.
CalcDGVColumn.zip
-
Aug 8th, 2011, 08:00 PM
#3
Thread Starter
New Member
Re: How do I subtotal a datagrid column? (VB.net 2008)
 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.
CalcDGVColumn.zip
Thanks a billion CoachBarker...this is the ideal expected answer......suggestion with a code (example) what more can I ask for!!! Again thanks!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|