Hi!
I would like to know what is the simplest and best way to use an Enum as a DataSource. For example, if I have a table that I specify as being an EnumTable when generating the code, and that I have a DropDownList that I would like to populate with that Enum; is there an easy way to do that. I would prefer to avoid accessing the database just to populate the DropDownList with a few entries. I don'tknow if this would be possible, would it would be nice to be able to use Enums from EnumTables as Read-Only DataSources.
Cheers!
JF