G
Guest
hey all,
i have a checkbox in a formview and i'm trying to assign a custom binding
expression to the CHECKED property. This control is bound to a database field
of type VARBINARY.
I thought for sure the following would work:
(Eval("EM_Employee_Photo")==null)?false:true
would this work?
thanks,
rodchar
i have a checkbox in a formview and i'm trying to assign a custom binding
expression to the CHECKED property. This control is bound to a database field
of type VARBINARY.
I thought for sure the following would work:
(Eval("EM_Employee_Photo")==null)?false:true
would this work?
thanks,
rodchar