C#C
C#4y ago
12 replies
CoreVisional

❔ Display data saved in database in a specified format

Hi, how can i display the value in a specific format than the one saved in database? For example, I have in my database
ID   Level
1   LevelOne
2   LevelTwo

When retrieving data from the database and showing it in a table, how do I make it display "Level 1", "Level 2", instead of "LevelOne", "LevelTwo"?
Was this page helpful?