Dears,
I Have a problem that my database fields contains many enumerator values that be represented in the database with (INT,TINYINT) and solved to enumerator item in the application
first I want to replace the fetched INT value into string to friendly display i.e. ( database value of STATUS field = 1 and it represent status (Running) )
Second I want the same thing in the Add Page i.e. ( User select (Running) from dropdown and the actual value that will save to database is 1)
Regards