1
Answer

how to replace text when binding from database?

Ask a question
Hardik Patel

Hardik Patel

11y
686
1
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)