GridView translate value

Bizkaitarra

Member
Joined
Feb 8, 2007
Messages
6
Programming Experience
1-3
Hi,

I have a Gridview In witch I blind the data of a table.
This table has a colum witch named labs that is a number.
My problem is than I want that if in that colum appears a 0 the value that the gridview show is "NOT DETERMINATED" and not 0

For example

I have:

idRace name labs date
1 myrace 0 23/04/2007
2 mdfsa 1 23/03/2007
...

I want

idRace name labs date
1 myrace Not determinated 23/04/2007
2 mdfsa 1 23/03/2007

Thanks for your helps
 
Back
Top