Thread: Question Choose the right start?
View Single Post
  #6 (permalink)  
Old 07-10-2009, 11:49 AM
JohnH's Avatar
JohnH JohnH is offline
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,329
Reputation: 1315
JohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond repute
Default

As I said, the navigator is connected to a BindingSource (BindingSource property), then various buttons on the navigator is assigned particular actions (like the move next), when these buttons are clicked the corresponding action method on the BS is called. There is no client code necessary to do this in a default configuration. Have a look at the members of BindingSource class and you'll see it's obvious how they all map to the various navigator actions, you can also see this map in help for BindingNavigator Class (System.Windows.Forms)
__________________
Reply With Quote