In Windows application, in DataSet, I hv one column “Status”. This will have the value ranging from 1 to 5.
While displaying content of this DataSet in DataGrid, “Status” value should be converted into meaningful text like
1 = “New”, 2 = “Open” … 5 = “Closed”

Can you please shed any light on achieving this.

thanks

Venu