I'm working with SQL server and VB.net (VS 2005). I have a windows form bound to table adaptor. There are times when I need to be able to blank or null 2 textbox controls. One is a Integer and the other is a datetime field. The SQL table and dataset both allow nulls for the fields. I can add records to the table (via the win form) with these fields null. However, I cannot remove either value once they have been populated.
If the user attempts to change either field back to an empty string, the cursor cannot be moved off of that textbox. Other textboxes that are bound to text type fields can be blanked out as expected.
Any ideas or suggestions?
Thanks!
If the user attempts to change either field back to an empty string, the cursor cannot be moved off of that textbox. Other textboxes that are bound to text type fields can be blanked out as expected.
Any ideas or suggestions?
Thanks!