Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
Check that the BO you selected to fill the combo has the correct data source key set. You do this by looking at the designer of that BO and check the DataSourceKey property. Likely you forgot to set it, and the default is "".
You don't ever need to set this when filling the combo. This is a BO setting, essentially enabling the BO to access data whenever needed.
|