I am using SQL Server 2000 (yes, still) and the field is of type 'image'. The control works absolutely beautifully in all other contexts, except this one. What do I make of the error? How do I solve it?
Btw, my custom field properties are set to: Return Alternate on Null; and, the Null Replacement Value is new byte[] {}.
Thanks,Bill