Hi Candice,
It looks like the value coming from the Bind("ListingStatus") is an integer (corresponding to the enum value, which I expect), but when I am populating the DropDown list from the enum, the values are the enum Text values (not their corresponding integer "indexes"). That seems to be where my issue lies. How can I populate the DDList with the enum integer values rather than the text ones (but still have the text for the user to see), and then Bind the DDList's selected value to the FormView's DataSource?
Thanks!
Eric