G
Guest
I have a table with a field with a bit datatype.
I use a gridview to edit that a row in that table. I use SQLDataSource and
enable editbutton property to get a link to edit the row.
That all works fine but after I click the edit link, the bit field turns
into a text field (displaying true/false string), rather than a checkbox (or
radiobutton).
Is this by design? I just want a checkdown to edit that true-false bit field?
I use a gridview to edit that a row in that table. I use SQLDataSource and
enable editbutton property to get a link to edit the row.
That all works fine but after I click the edit link, the bit field turns
into a text field (displaying true/false string), rather than a checkbox (or
radiobutton).
Is this by design? I just want a checkdown to edit that true-false bit field?