Hi,I have a form that has a field with a dropdownlist control, this dropdown uses a sql query that feeds with a key:value list.
Now I have a alternative view to display the selected item on the dropdown, so i'm trying to show the Value, if I use the Label control I only get the ID that is saved on the DB.What would be the best and easiest way to get the Value when displaying the alternative form?Thanks
↧