Answered add the numbers in a combobox column

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 AM
     
     
    Your 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
     
     Answered

    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.