I am using Visual C# Express Edition
I am wanting to move around my database using code instead of the binding Navigator. Is there a way to use the "MoveNextItem" statement in code
Bruce
I am using Visual C# Express Edition
I am wanting to move around my database using code instead of the binding Navigator. Is there a way to use the "MoveNextItem" statement in code
Bruce
bindingNavigatorMoveFirstItem
Peter B.L. Rasmussen
hi,
bindingNavigator uses your binding source you can do that as well
this thread has the same question
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=447752&SiteID=1
hope this helps
bobe59
Thanks that is what I was looking for.
Bruce