Databinding Problems

  • Thread starter Thread starter Ed Willis
  • Start date Start date
E

Ed Willis

I have a combobox that I have the selectedvalue bound to a dataset column.
The combobox will not show the selectedvalue. How can I fix this?
 
I guess I did not state the problem correctly. I have the combolist
populated correctly. But the selected value is not synicing with the
dataset. Other fields on the windows display correctly bound against the
same dataset but I added a new column to the SQL table and re-generated the
dataset. The combobox will not display the selected value.

Thanks.
 
Back
Top