BingindSource.MoveNext() On Sun, Jan 9, 2011 at 1:35 AM, Markei54545 <[email protected]> wrote:
> Hi all, > > I have a very simple form in vb.net 2005. It has a few data bound > fields (created by dragging fields over from the data sources > explorer) and has created the following on the form.. > > dataset > Bindingsource > TableAdaptor > BindingNavigator > > The navigator object has arrow buttons on it to go to the next record, > last record etc. > > I just want know, how can I programatically get the screen to flick to > the next record, rather than clicking on the arrow. > > Hope that makes sense. > > Mark >
