G
Guest
I have a Grid View. Here I have a column "Active". I attached this GridView
to objectDataSource. In database this field has true or false value.(1 or
0). But in Grid View I want to show that if this field has value 1 in
database the value for this column should show "Yes" but if the value of this
field is 0 in data base the The GridView should show "No".
How can I do that.
to objectDataSource. In database this field has true or false value.(1 or
0). But in Grid View I want to show that if this field has value 1 in
database the value for this column should show "Yes" but if the value of this
field is 0 in data base the The GridView should show "No".
How can I do that.