Hi
I have a grid bound to an sqldatasource that displays a list of wines. No insert or update involved.
One of the fields contains the number of bottles per unit of sale: eg 1, 6 or 12.
I want display in that field, instead of the numbers, some words that correspond to these numbers eg:
Database value Show text
1 '1 bottle'
6 'Case of 6 bottles'
12 'Case of 12 bottles'
Can you suggest how I could go about achieving this is the most efficient way?
Thanks
Clive
I have a grid bound to an sqldatasource that displays a list of wines. No insert or update involved.
One of the fields contains the number of bottles per unit of sale: eg 1, 6 or 12.
I want display in that field, instead of the numbers, some words that correspond to these numbers eg:
Database value Show text
1 '1 bottle'
6 'Case of 6 bottles'
12 'Case of 12 bottles'
Can you suggest how I could go about achieving this is the most efficient way?
Thanks
Clive