D
Dave
We have a simple form that has text boxes bound to a
single table/columns. We get the dataset filled okay and
the data displays okay in the text boxes. However when
we change the data in the text box and hit our button
control to update the data (i.e. SQLDataAdapter.Update
(dsName.tableName)) we get nothing ... no error and no
update.
If we put a datagrid in the form and have the datasource
point to the dataset it works fine ... however our
customer requires a form with text boxes.
Certainly appreciate anyone's help/ideas!
single table/columns. We get the dataset filled okay and
the data displays okay in the text boxes. However when
we change the data in the text box and hit our button
control to update the data (i.e. SQLDataAdapter.Update
(dsName.tableName)) we get nothing ... no error and no
update.
If we put a datagrid in the form and have the datasource
point to the dataset it works fine ... however our
customer requires a form with text boxes.
Certainly appreciate anyone's help/ideas!