is there an easy way to populate the combo list from items in an xml file?
thx
You would have to load the xml into some sort of run-time object, like a DataTable, DataSet, UltraDataSource or any object which implements IList or IBindingList.