I have a lillte problem i think
I want to add in the datagridview a listbox item.
What I did is as follow : datagridView1.Items.Add( listBox1.Items[m].ToString)
What is the solution I don't now about this part?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ryan AlfordPosted Jul 26, 2008, 3:57 PM
2. remove the .ToString() all together because the datagrid's "Add" method does not accept string values.
Posted Jul 26, 2008, 1:43 PM
Bechir BejaouiPosted Jul 26, 2008, 12:33 PM