Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have total 56 combination(data/numbers) in listbox

So I would like to send/transfer/upload to datagridview into 7 row, 8 Columns ( datagridview )

I am working in visual Basic 2010

1. Listbox1 (56 Combination in the listbox)
2. NumericUpDown1 (7 Row )
3. NumericUpDown2 (8 Columns )
4. Button1 (ok)
5. Button2 (Upload) ..........? how to ????............

how to Upload all data from listbox to datagridview
1,2,3
1,2,4
1,2,5
1,2,6
1,2,7
1,2,8
1,3,4
1,3,5
1,3,6
1,3,7
1,3,8
1,4,5
1,4,6
1,4,7
1,4,8
1,5,6
...
6,7,8 


these Combination it has in listbox, so how to transfer/sent to datagridview (8 Columns and 7 Row), how these data transfer from listbox to datagridview........plz help me....
Posted
Updated 10-Nov-14 5:55am
v2
Comments

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900