views:

14

answers:

0

Hi,

i have a list(of triplet) and want to bind this to a dropdownlist.

Is this possible without using codebehind?

I already tried to

  1. DataValueField="First" DataTextField="First"
  2. added an extention to the triplet with a function but none worked.

any ideas?