G
Guest
I have a windows forms that shows only one record at a time.
The user selects the record he want via a combo box. Everything works fine
for the first selection, however the textboxes do not automatically update
their values when the combo box changes values.
The textboxes are bound to a dataset. Here is and an example of what the
databinding lookes like in designer:
Text: DsEventPerson1 - tblSubject.FirstName
When the user selects a new row in the combo box, the DsEventPerson1 is
cleared and refilled. What must I do to get the textboxes to show the
correct values for each record selected?
The user selects the record he want via a combo box. Everything works fine
for the first selection, however the textboxes do not automatically update
their values when the combo box changes values.
The textboxes are bound to a dataset. Here is and an example of what the
databinding lookes like in designer:
Text: DsEventPerson1 - tblSubject.FirstName
When the user selects a new row in the combo box, the DsEventPerson1 is
cleared and refilled. What must I do to get the textboxes to show the
correct values for each record selected?