Click here to Skip to main content
15,888,351 members
Articles / Programming Languages / C#

How to add up value of a particular column in datagridview

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
3 Oct 2012CPOL 0  
I am not sure if this is the right answer, tho you can use two controls to achieve what you want.Use a Repeater which gets the unique days and then put the GridView inside that repeater.Use the footer of the GridView to show the Sum of Income column. <!-- Get unique...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions