DataList : DataBinding : Visible
I am trying to databind a Button.Visible member to a bit field from a query from sql server.
Bit field values are 1 and 0 and Visible is a bool so I get a cast exception. Is there a way to format the value to true/false or someone I could do this in the databinding field?