A while back I posted about using an enum as a datasource for your drop-down lists, see Strongly-Type a DropDownList with Enumerated Types . As it turns out, the big drawback to this approach is that your DropDownList's text is limited to the text that you use in your enum. This is fine if your text...