blank rows in database
Hi everyone, I'm learning C# and have come across my first problem. I have a form with textboxes bidded to fields of a table in a dataset. When I persist the changes to my database, after entering several rows in the dataset's table, the last row always appears blank, with no data, even when the text boxes reflect data in those fields. How can I fix my app?
|