B
Blake Weaver
Ok guys, I'm trying to bind a combobox two ways... I'm sure tons of you have
done it...
1) Fill it from a table
Currently setting the datasource and displaymember.
2) Display the appriopriate value based on the value in the selected row in
a datatable.
Have tried to bind the SelectedItem property and then tried the Text
property of the combobox.
I can do one or the other. If I try to do both, I get this ->
"System.Data.DataViewManagerListItemTypeDescriptor"
which shows up in the combobox when I run the application. Its not set in my
Text property or any other property that I can find. Whats going on???
Thanks,
Blake
done it...
1) Fill it from a table
Currently setting the datasource and displaymember.
2) Display the appriopriate value based on the value in the selected row in
a datatable.
Have tried to bind the SelectedItem property and then tried the Text
property of the combobox.
I can do one or the other. If I try to do both, I get this ->
"System.Data.DataViewManagerListItemTypeDescriptor"
which shows up in the combobox when I run the application. Its not set in my
Text property or any other property that I can find. Whats going on???
Thanks,
Blake