Answer the question
In order to leave comments, you need to log in
Is the id not transmitted?
In combobox select I send the name of the country and its ID. When it comes to saving, it is not the id itself that is passed, but "COUNTRY_ID" (a word). PS: The name of the country in the combobox is displayed normally
Answer the question
In order to leave comments, you need to log in
Make sure COUNTRY_ID is a property, not a field. For two-way it is better to take some kind of ObservableCollection thread.
The pressed box can be taken like this (not by name, if you rename it will work)var cmb = sender as ComboBox;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question