Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
loading list from an xml file
posted

is there an easy way to populate the combo list from items in an xml file?

 

thx

  • 469350
    Verified Answer
    Offline posted

    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.