Thank you for enlightening me on the following:
How to tell a ComboBox which item to select, given its value?
How to sort a DataView, based on sub-elements, say <name />, and not
attributes?
I gave some ComboBoxes the same DataSource.
Whenever I changed the selected item of one of them, the rest showed
the same selected item.
My solutions was to have 8 copies of the same DataSet, is there any
alternative?
A problem I am often facing:
I declare an event handler for a control, say a ComboBox, when the
selected value is changed, par exemple, update the related DataSet.
How can I prevent this event from firing when filling this ComboBox
dynamically when loading the application, other then declaring the
event handler after filling it?
Is there another way?