G
George
Hi everyone. I have the following problem.
I have a datagridview which is binded to a datasource (datatable). I would
like to know how can I translate the values of a column which the data are
numbers (1, 2 and 3) into something more meaningful like a string. For
instance
If the value is 1 I want to make the cell write "Room"
If the value is 2 I want to make the cell write "Suite"
Thanks
George
I have a datagridview which is binded to a datasource (datatable). I would
like to know how can I translate the values of a column which the data are
numbers (1, 2 and 3) into something more meaningful like a string. For
instance
If the value is 1 I want to make the cell write "Room"
If the value is 2 I want to make the cell write "Suite"
Thanks
George