I have a datagridview that I want to pass data from 2 tables and some columns have numeric values that I want to convert to a corresponding text. What is the best way to make these conversions? I am using LINQ for queries. Thanks
I have a datagridview that I want to pass data from 2 tables and some columns have numeric values that I want to convert to a corresponding text. What is the best way to make these conversions? I am using LINQ for queries. Thanks