Databinding enumerators to DataBound controls http://www.codeproject.com/Tips/567522/Databinding-enumerators-to-DataBound-controls
Introduction
The objective is binding Enums to any ListControl, actually to any DataBoundControl such as DropdownList, Repeaters, etc, avoiding indexes hard coding and bad practices... In this b