Hi please herlp me on How pass values from datagridview to listview thanks a lot guys :)

Recommended Answers

All 2 Replies

Dim n As Integer = DataGridView1.Rows.Add()

ListBox1.Items.Add(DataGridView1.Rows.Item(n).Cells(0).Value)

just put an array Cells(i)

Thanks for the reply sir :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.