Little problem with ListBox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a class called Person that have this properties:

- ID
- Name
- Height

Another called Persons that derived from Collection base

And a listbox...

I use DataTextField and DataValueField to assign these values to the
ListBox, but i will like to Include the Height too using any way?...

Its possible to make it?
 
Back
Top