I have a ASP.NET GridView with a column mapped to a boolean. I want do display \"Yes\"/\"No\" instead of \"True\"/\"False\". Well actually I want \"Ja\"/\"Nej\"
GridView
Or you can use the ItemDataBound event in the code behind.
ItemDataBound