Browse By Tags

  • System.NullReferenceException when binding an UltraCombo against data from a Generic.Dictionary collection.

    Hi hope someone can help,

     I'm trying to bind an UltraCombo against data from a Generic.Dictionary collection object using the following code in the load event of a composite user control:

     Dim BookingOrderItems As New System.Collections.Generic.Dictionary…