Quote:
|
I guess you mean the BindingNavigator?
|
Yes.
But there is
no code behind the BindingNavigatorMoveNextItem_Click, it looks like this:
Code:
Private Sub BindingNavigatorMoveNextItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BindingNavigatorMoveNextItem.Click
End Sub
Where can I see the code that move one record forward? (When I create database access via the wizard)
If I can see the code, then I can get rid of the navigationsbar that the wizard created, and make my own button, with the code from "BindingNavigatorMoveNextItem_Click" in it.