Converting Numerical to Text in a label
If you are confused about conversion of Bit Value or Integer value to readable format in string, such as True or False? Read this thread to know more.
I have a string strScore which will act as label later on and the value in the database is 1 or 2,
How can I display in a label the value small or large instead of 1 or 2.
here is the example that shows strscore as 1 or 2 I want is small or large to display
tblEmpCell2.Text = strScore;
Regards,

