Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01454830
Message ID:
01454838
Views:
29
>I have a generic List of objects. It is possbile to bind this list to a Listbox?

Winforms? Sure.
ListBox1.DataSource = theList;
ListBox1.DisplayMember = "ListPropertyName";
Previous
Next
Reply
Map
View