private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)
{
pictureBox1.ImageLocation = dataGridView1.CurrentRow.Cells[22].Value.ToString();
}
AMA patlıyor.
private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)
{
pictureBox1.ImageLocation = dataGridView1.CurrentRow.Cells[22].Value.ToString();
}