Databinding a string ignores DBNulls
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I've created a control which has a string field, accessed through a bindable property. However, when the control is in a form, and the bindingsource has a null value in the binded property, the value of the string is never updated. I've tried using the advanced databinding properties to set an empty string when the incoming value is null, but no luck so far. Any ideas? thanks in advance