Hardik Patel

Hardik Patel

  • NA
  • 378
  • 468.2k

how to replace text when binding from database?

Jul 24 2013 12:20 AM
i have one table with column name status.

i want to replace text when i am binding gridview i want to replace True = Yes / False = No


   IN Database   IN Gridview
       Status   status
TRUE   Yes
FALSE   NO
TRUE   Yes


Answers (1)