N
Nice Chap
We are experiencing problems during data binding. If the text property
of the control is bound to a datacolumn, when the user clears the field and
tabs out, the textbox puts the original value back. This is particularly
for Date and numeric fields. I feel that the datarow is rejecting the value
being passed ( which would be string.empty? and Columnchange gets
cancelled). I would expect a value a of DBNull to be passed to the datarow
when the user clears the field. Is there some property I can set to prevent
the old value from reappearing when the user clears a field ?
of the control is bound to a datacolumn, when the user clears the field and
tabs out, the textbox puts the original value back. This is particularly
for Date and numeric fields. I feel that the datarow is rejecting the value
being passed ( which would be string.empty? and Columnchange gets
cancelled). I would expect a value a of DBNull to be passed to the datarow
when the user clears the field. Is there some property I can set to prevent
the old value from reappearing when the user clears a field ?