M
Mark
I am encountering a problem with the combo box. This
only happens when using the datasource property, I create
a table with the following values (a, b, c, d).
Step 1. Select the "c" value from the drop down list by
typing "c" into the combo box. Then click off from the
combo to say a button. Have the button populate a text
box with the combo boxes text property.
Result = "a"
Step 2. Repeat step 1, but type in "b" this time.
Result = "c"
I believe that this is a bug in VB.net. I am trying to
find a work around for this issue and would appreciate
any suggestions.
only happens when using the datasource property, I create
a table with the following values (a, b, c, d).
Step 1. Select the "c" value from the drop down list by
typing "c" into the combo box. Then click off from the
combo to say a button. Have the button populate a text
box with the combo boxes text property.
Result = "a"
Step 2. Repeat step 1, but type in "b" this time.
Result = "c"
I believe that this is a bug in VB.net. I am trying to
find a work around for this issue and would appreciate
any suggestions.