hi,
I have a typed list containing the countries from the db.
The typed list consists of 3 fields (from the Country entity):
- Id
- Code
- Name
Using the LLBLGenProDataSource web control (and the event PerformSelect)
I managed to fill the country typed list and bind it to a dropdownlist
(via Id and Name).
My question now is how can I access the Code value in the typed list
depending on the SelectedValue of the dropdownlist?
I can't figure it out right now thus maybe somebody could help me please.
Thank you.
Regards,
Tino