N
Nathan
Hi,
I have a data-entry type form I created with textboxes bound to a dataset.
I can successfully pull all the correct information up and change any
existing data, and navigate through each record using the
BindingManagerBase.Position. What I'm trying to do now is add a row to the
dataset and then move to that row with the form to add new information.
I've tried declaring a new row and adding it to the dataset, as well as
doing BindingManagerBase.AddNew. Each of these adds a row to the dataset,
but I can't get it to show on the form. When I close the form, the database
is updated, and the new row appears in the database table correctly. How do
I get the form to show the added row?
Thanks,
Nathan
I have a data-entry type form I created with textboxes bound to a dataset.
I can successfully pull all the correct information up and change any
existing data, and navigate through each record using the
BindingManagerBase.Position. What I'm trying to do now is add a row to the
dataset and then move to that row with the form to add new information.
I've tried declaring a new row and adding it to the dataset, as well as
doing BindingManagerBase.AddNew. Each of these adds a row to the dataset,
but I can't get it to show on the form. When I close the form, the database
is updated, and the new row appears in the database table correctly. How do
I get the form to show the added row?
Thanks,
Nathan