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
That's not quite what you're looking for, but might help:
http://blog.jeffhandley.com/archive/2008/01/27/enum-list-dropdown-control.aspx