G
Guest
I have a texbox on a form bound to a column in a dataset's datatable.
Some of the records in the database have a null value for this column.
However, the textbox's text property cannot handle that.
If I were using an unbound form and a datatreader to populate the form, I
could simple check for nulls. Surely there must be a way to indicate how
databindings should handle a null instead of just throwing an error.
Any help is appreciated.
WR
Some of the records in the database have a null value for this column.
However, the textbox's text property cannot handle that.
If I were using an unbound form and a datatreader to populate the form, I
could simple check for nulls. Surely there must be a way to indicate how
databindings should handle a null instead of just throwing an error.
Any help is appreciated.
WR