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
- DataValueField="First" DataTextField="First"
- added an extention to the triplet with a function but none worked.
any ideas?