I am wondering if it is possible to have a drop down list in the data form control that has spaces in the item? I have seen examples where you can populate the drop down by tieing it to an enum. However, I would like to populate the drop down with a list of US state names all spelled out. For example, one item would be "New York" but since I have that as an enum right now, it is showing in the drop down as "NewYork" without the space.