G
Guest
Hi guys!
I've bound some TextBoxes with a DataSet in my code. Now I'm in doubt about
how to handle empty values as DBNull.Value.
If I erase all textbox's content and call DataAdpater.Update, the system
commit in my SQL Server an empty value.
Could you give some tips to commit those values as DBNull.Value?
Thanks
I've bound some TextBoxes with a DataSet in my code. Now I'm in doubt about
how to handle empty values as DBNull.Value.
If I erase all textbox's content and call DataAdpater.Update, the system
commit in my SQL Server an empty value.
Could you give some tips to commit those values as DBNull.Value?
Thanks