Hello, I (and other programmers from another forum) have been trying to solve a binding problem for a few days. No one could help... Will anyone here be able to help me ? Apparently, the problem seems quite simple but when you dive in it, trust me, you burn some neurons... Here it is : I've created a test project which reproduces the problem. Download it from here. Run the project and :
select a member from the listbox
type in a ZIP code in the textbox (these are french ZIP, from 01000 to 98000)
select a city in the combobox
select another member and do the same (with a different ZIP code) then select back the previous member and re-select the other one => see how the member.Ville.ID property is lost and so how the SelectedItem in the combobox is lost as well.
Why the hell does it do that ? How to solve this ?
P.S : sorry for the french in the classes' properties and elsewhere...