I am looking for some help on the syntax to check for DBNull inline in asp...
<EditItemTemplate>
<asp:CheckBox ID="Checkbox1" runat="server" Checked='<%# If(isDBNull(Eval("activeType")).Value, False, Convert.ToBoolean(Eval("activeType"))) %>'></asp:CheckBox>
</EditItemTemplate>
Hoping someone can show me the light on this one..
Thanks,
.Valueseems incorrect, remove it and try again.