From: 3P on
Hi.

What's the best way to bind collection of custom objects to dropdown. The
problem I have is that entity is identified by two columns in database (to
properties in object) and I would like SelectedValue return both. Was
thinking about adding another property joining two other only for dropdown
(dont' like it) or maybe creating anonymous object with that property only
for binding.

How do You do it?