private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)
{
pictureBox1.ImageLocation = dataGridView1.CurrentRow.Cells[22].Value.ToString();
}
AMA patlıyor.
C# Datagrid'e Tıkladığımda Picture'de Resim Göstersin |
1 Mesajlar | 410 Okunma |
private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)
{
pictureBox1.ImageLocation = dataGridView1.CurrentRow.Cells[22].Value.ToString();
}