Hi,
I have a gridview showing our employee details. One of the fields "Status" shows the last clocking event for the employee. If the field contains "Code1" or "Code2" then I want the gridview to display a green checkmark image. If the field contains "Code3" then the gridview should display a red x image.
ASP.NETVisual Basic.NET
Last Comment
prairiedog
8/22/2022 - Mon
prairiedog
Is "Status" a label? A BoundFiled or TemplateField?
iepaul
ASKER
Status is a boundfield.
prairiedog
Is it possible to convert this BoundField into a TemplateField? TemplateField makes it easy to accomplish what you need.