This question already has answers here:
I have an application, that shows list of items bound to a typed model.
In the list every item has an ID from a lookup table.
How to show the value of the lookup data for each item instead of IDs?
The best way has to link a html dropdownlist to each ID, from where I would be able to choose the appropriate value.
Thanks in advance
Gabrile