Hi Mr. Ramzi.
I'm a little bit confused here, are we talking about the same issue since the start of the thrid or not.
Since it was first about frmOpportunite then you talked about frmProgrammeIntervention.
I wonder if these are about the same thing or not.
Nayway looking at the code of frmProgrammeIntervention and the code of the TechniciensEntity.cs
You should use the following
cmbCodeTechnicien.DataSource = Technicien;
cmbCodeTechnicien.DisplayMember = "CodeTechnicien";
rather than:
cmbCodeTechnicien.DataSource = Technicien;
cmbCodeTechnicien.DisplayMember = "CODE_TECHNICIEN";
"CODE_TECHNICIEN" is the database column name
"CodeTechnicien" is the corresponding generated EntityField name