Click here to Skip to main content
15,896,526 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...
No downloads associated with this content

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

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