i want defaultely string to display in Combo box. i have use this code but i am receiving errors
HourTypes = new EnumToDropdownMapper().Map
var hourtype = HourTypes.Single(type => type.Description == HourType.NormalTime.ToString());
SelectedHourType = hourtype;
Error:sequence contains no matching element
Please help me i want to bind from enum values
Sunny SharmaPosted Sep 30, 2013, 3:02 AM
Please explain what is EnumToDropdownMapper.