G
Guest
Hello.
I am using databindings to bind my dataset to comboboxes, textboxes and
labels. Some of my UI depends on knowing when the user changes the values,
but I have some problems knowing when my dataset value is set in the
controls.
- SelectedIndexChanged event fires during the bind process, so I can't just
use that
- The binding don't seem to "kick in" until the tab page where the control
is is focused
Is there some advice out there? Thank you in advance.
- Niklas Ringdahl
I am using databindings to bind my dataset to comboboxes, textboxes and
labels. Some of my UI depends on knowing when the user changes the values,
but I have some problems knowing when my dataset value is set in the
controls.
- SelectedIndexChanged event fires during the bind process, so I can't just
use that
- The binding don't seem to "kick in" until the tab page where the control
is is focused
Is there some advice out there? Thank you in advance.
- Niklas Ringdahl