Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~509 People Reached
Favorite Forums
Member Avatar for ruwaldl

hey guys how i display datagridview cell values in a listbox once i click on it heres what i have so far but it doesnt work private void dataGridView1_CellDoubleClick(object sender, DataGridViewCellEventArgs e) { listBox1.Text = dataGridView1.Rows[e.RowIndex].Cells["Description"].Value.ToString(); } please help thanks in advanced

Member Avatar for Fenrir()
0
509