Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
You could possibly move the code to fill the business object to the ListPopulating event handler of the combo box. You can then change when this event gets fired by chaning the InitializationPriority property on the combo box to position it relative to other objects that require initialization (business objects, other lists, etc.)
|