GridView: Change boolean values to Yes/No?

  • Thread starter Thread starter Prozon
  • Start date Start date
P

Prozon

Hi!
I have an asp.net page with a gridview. One "columnfield" in the grid
contains boolean values. Is there a nice way to map this values to a
string depending on the value. I.e I want to display the text "Yes" if
true and "No" if false.

Thanks
/ Steve
 
Back
Top