As title mentioned, i have a Gridview which i retrieve the data from the database using the databind method from code behind. However, one column of the my data is set value of 1 and 0, but i wish to change the value of int to text to show in gridview table.for example, i have status(int) 0 and 1 in the database. So when i call them, the gridview just will show 0 and 1 in the table, but i want to change the 0 to replace by Enabled and 1 by Disabled in the gridview.. how could i do that?? using if?? but i not sure where to put..Can anyone help me with this?