G
Guest
Help,
I have created Windows app with VS2005.
I then drop the datanavigator control and bindingsource control to the form.
I bind a dataset tablet to the binding source and set the navigator to the
bindingsource control , all wonderfull.
The Problem
I click to add a new record , it doesnt go to the end ? it goes to record 1
and seems to lose records 1 data.
I have tried adding my own button on there with the code
BindingSource1.AddNew()
, but this does the same. How do I got to the newly created record.
Thanks
Neil
I have created Windows app with VS2005.
I then drop the datanavigator control and bindingsource control to the form.
I bind a dataset tablet to the binding source and set the navigator to the
bindingsource control , all wonderfull.
The Problem
I click to add a new record , it doesnt go to the end ? it goes to record 1
and seems to lose records 1 data.
I have tried adding my own button on there with the code
BindingSource1.AddNew()
, but this does the same. How do I got to the newly created record.
Thanks
Neil