Let\'s say I have the following simple enum:
enum Response { Yes = 1, No = 2, Maybe = 3 }
How can I bind this enum to a DropDow
Both asp.net and winforms tutorial with combobox and dropdownlist: How to use Enum with Combobox in C# WinForms and Asp.Net
hope helps