I have an ArrayList of Custom Business Objects that I need to bind to a DropDownList. The DataBind works, but I cannot figure out how to have the value/text fields of the DropDownList to reference the object properties.
Hello group! I've created a collection class that implements ITypedList: class MyCollection : IBindingList, IList, ICollection, IEnumerable, ITypedList {