I want to bind from a checkbox in an asp:formview to a access database with a true/false format. I have tried: <asp:CheckBox ID="LaktosCheckBox" runat="server" Checked='<%# Bind("Data") %>' /> but no luck... Any help is appreciated