TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Asp.Net Hein
NA
266
165.4k
How to add the column in datagridview
Sep 23 2015 11:24 PM
I want to add one column in datagridview that calculate the amount of another column in datagridview.
For example:
I have data in datagridview that retrieve from database like
-Name Amount
abc 100
abc 200
abc 500
aaa 200
aaa 700
I want the result like this !
-Name Amount
Sum
abc 100
abc 200
abc 500
800
aaa 200
aaa 700
900
If you have the idea to solve my solution, kindly tell me how to write.
Thanks a lot for viewing my question.
Reply
Answers (
2
)
retrieve a value with TableAdapter
how to fill data in comboBox. but error was found?