Hello,
How could I populate a custom attributes from a List(of Object)? Let's say that I have an class rComboItem with 3 public properties: Name, Key & Type. After populating a List(of rComboItem), I want to set the Name to the DataTextField property, Key to DataValueField, and Type to Attributes("Type"). Is it possible? Thanks in advance.
Tri
How could I populate a custom attributes from a List(of Object)? Let's say that I have an class rComboItem with 3 public properties: Name, Key & Type. After populating a List(of rComboItem), I want to set the Name to the DataTextField property, Key to DataValueField, and Type to Attributes("Type"). Is it possible? Thanks in advance.
Tri