private void personne2_SelectedIndexChanged(object sender, EventArgs e) { if (radioButton2.Checked == true) { p.IdPersonne = pro.IdCombo("ComboPersonne", personne2.Text, "Noms"); d.RetourPhoto("SQLServer", p.IdPersonne, profil); d.RetournerPhotoSQl("Profil", "ComboPersonne", "Noms", personne2.Text, profil); } }