add the numbers in a combobox column
-
Monday, September 17, 2012 10:42 AM
All Replies
-
Monday, September 17, 2012 10:43 AM
how can i display the sum of those numbers in a textboxx???
thanks a lot
-
Monday, September 17, 2012 10:53 AMYour given information is not enough to give the solutions for you.. Could you explain some more breifly and ensure the dispalyed image is correctly aligned.. Other wise remove the above image and post the full image ..
If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful"
-
Monday, September 17, 2012 11:04 AM
the displayed image is correctly aligned sir... in the image above i need to display the sum of the selected numbers in the combobox column ... i dont have any idea how im going to solve this ... and when the sum is already display in a textbox it will also appear in a textbox also in another form ...
thanks for the reply sir...
-
Wednesday, September 19, 2012 9:00 AM
total=SUM(dropDownListName.SelectedValue)
Where the "dropDownListName" is the name of each of your drop downs.
Bianca
-
Wednesday, September 19, 2012 9:08 AM
Dear chaapple,
first tell me you want sum of one combobox or more than it.
Pl. Mark/Proposed as Answer if found your solution Vote as Helpful if related to your topic. Always Motivate others by performing this Action.
-
Thursday, September 20, 2012 6:14 AM
sir can you please give me the complete code on how to this problem??
that comboboxes has no name it is just created using datagridview comboboxcolumn... how can i get the sum of that column ?? thanks again
need help so much
-
Saturday, September 22, 2012 1:09 PM
It is look like datagridview, and if you want to perform an addition inside datagridview,
you would follow this -
http://www.vbforums.com/showthread.php?439382-RESOLVED-VB2005-Sum-column-in-datagridview
http://csharpdotnetfreak.blogspot.com/2009/07/display-total-in-gridview-footer.html
Pl. Mark/Proposed as Answer if found your solution Vote as Helpful if related to your topic. Always Motivate others by performing this Action.
- Edited by ArifMustafa Saturday, September 22, 2012 1:10 PM
- Marked As Answer by Shanks ZenMicrosoft Contingent Staff, Moderator Tuesday, October 02, 2012 6:11 AM

